ladybird/Tests/LibWeb/Ref/expected/svg-file-matches-html-file.html
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

13 lines
231 B
HTML

<style>
* {
margin: 0;
}
</style>
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<g id="10">
<rect width="50" height="50" fill="#555555"></rect>
</g>
</defs>
<use href="#10" x="25" y="25"></use>
</svg>