mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-20 23:19:44 +00:00
Having to go through multiple levels of .. is not ideal, but less odd than reaching into another test type's data files.
7 lines
179 B
HTML
7 lines
179 B
HTML
<!doctype html><style>
|
|
div, img {
|
|
width: 200px;
|
|
aspect-ratio: 2/1;
|
|
border: 1px solid black;
|
|
}
|
|
</style><div></div><img src="../../Assets/120.png"/>
|