mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 11:39:43 +00:00
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: 577ca65c0e
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">
|
<script type="text/javascript">
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
let input = document.querySelector("input");
|
let input = document.querySelector("input");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue