mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
Tests: Fix 404 at input-text-to-image.html
This commit is contained in:
parent
ab83540523
commit
577ca65c0e
|
|
@ -1,4 +1,4 @@
|
|||
<input type="text" src="120.png" width="120" height="120" />
|
||||
<input type="text" src="../../Assets/120.png" width="120" height="120" />
|
||||
<script type="text/javascript">
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
let input = document.querySelector("input");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user