mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
10 lines
288 B
XML
10 lines
288 B
XML
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
|
<link rel="match" href="../expected/svg-file-matches-html-file.html" />
|
|
<defs>
|
|
<g id="10">
|
|
<rect width="50" height="50" fill="#555555"></rect>
|
|
</g>
|
|
</defs>
|
|
<use href="#10" x="25" y="25"></use>
|
|
</svg>
|