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:
parent
012cb7f71e
commit
2ede299b4a
7 changed files with 54 additions and 29 deletions
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue