mirror of
https://github.com/RGBCube/serenity
synced 2025-07-07 20:27:36 +00: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.
4 lines
128 B
HTML
4 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>
|