mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-06 09:01:53 +00:00
Having to go through multiple levels of .. is not ideal, but less odd than reaching into another test type's data files.
5 lines
302 B
HTML
5 lines
302 B
HTML
<form>
|
|
<input type="image" src="../../Assets/120.png" alt="Image not found" width="48" height="48">
|
|
<input type="image" src="../../Assets/120.png" alt="Image not found" width="64" height="64">
|
|
<input type="image" src="../../Assets/120.png" alt="Image not found" width="128" height="256">
|
|
</form>
|