mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
Previously, the check for `.html` meant that `.svg` tests were excluded. This led to a few `.svg` with missing or bit-rotted expectations, which have now been added/updated.
5 lines
128 B
HTML
5 lines
128 B
HTML
<img src="svg-with-zero-intrinsic-size-and-no-viewbox.svg">
|
|
<svg width=0 height=0>
|
|
<rect x=0 y=0 width=1 height=1 />
|
|
</svg>
|