mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Tests: Fix 404 at input-text-to-image.html
This commit is contained in:
parent
36b30fb126
commit
fc9e0d8325
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<input type="text" src="120.png" width="120" height="120" />
|
||||
<input type="text" src="../../../LibWeb/Assets/120.png" width="120" height="120" />
|
||||
<script type="text/javascript">
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
let input = document.querySelector("input");
|
||||
|
|
Loading…
Reference in a new issue