Tests: Fix 404 at input-text-to-image.html
This commit is contained in:
parent
ab83540523
commit
577ca65c0e
Notes:
github-actions[bot]
2024-11-29 12:18:11 +00:00
Author: https://github.com/shlyakpavel Commit: https://github.com/LadybirdBrowser/ladybird/commit/577ca65c0ec Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2216 Reviewed-by: https://github.com/AtkinsSJ ✅
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="../../Assets/120.png" width="120" height="120" />
|
||||
<script type="text/javascript">
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
let input = document.querySelector("input");
|
||||
|
|
Loading…
Add table
Reference in a new issue