Files
ladybird/Tests/LibWeb/Ref/data/nested-svg.svg
Sam Atkins b7efb61fbe Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
Now each test type has the same directories:
- input
- expected
- data

Also, tests can be in subdirectories within ./input.
2024-11-05 14:02:07 +00:00

6 lines
237 B
XML

<svg width="22" height="22" xmlns="http://www.w3.org/2000/svg">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" x="5" y="5">
<rect width="12" height="12" fill="red" />
</svg>
</svg>