mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-04 19:55:32 +00:00
Having to go through multiple levels of .. is not ideal, but less odd than reaching into another test type's data files.
9 lines
334 B
HTML
9 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" />
|