mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +00:00
Having to go through multiple levels of .. is not ideal, but less odd than reaching into another test type's data files.
8 lines
334 B
HTML
8 lines
334 B
HTML
<!doctype html><style>
|
|
.min{ height: min-content; }
|
|
.max { height: max-content; }
|
|
.fit { height: fit-content; }
|
|
</style>
|
|
<img class="min" src="../../Assets/120.png" width="120" height="60" />
|
|
<img class="max" src="../../Assets/120.png" width="120" height="60" />
|
|
<img class="fit" src="../../Assets/120.png" width="120" height="60" />
|