1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:17:35 +00:00

headless-browser: Run .svg dump tests

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.
This commit is contained in:
MacDue 2024-02-17 22:25:05 +00:00 committed by Alexander Kalenik
parent 012cb7f71e
commit 2ede299b4a
7 changed files with 54 additions and 29 deletions

View file

@ -1,3 +1,3 @@
<svg width=0 height=0>
<rect x=0 y=0 width=1 height=1 />
<svg width="0" height="0">
<rect x="0" y="0" width="1" height="1" />
</svg>

Before

Width:  |  Height:  |  Size: 68 B

After

Width:  |  Height:  |  Size: 80 B

Before After
Before After