mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-16 16:12:53 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
11 lines
261 B
HTML
11 lines
261 B
HTML
<!doctype html>
|
|
<svg style="display: none">
|
|
<symbol id="earlier-reference">
|
|
<rect x="0" y="0" width="64" height="64" fill="green" />
|
|
</symbol>
|
|
</svg>
|
|
<div>
|
|
<svg width="100" height="100">
|
|
<use xlink:href="#earlier-reference"></use>
|
|
</svg>
|
|
</div>
|