mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-04 09:22:53 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
6 lines
243 B
HTML
6 lines
243 B
HTML
<link rel="match" href="../expected/svg-symbol-ref.html" />
|
|
<svg><symbol id="dot" width="500" height="500" viewBox="0 0 2 10">
|
|
<circle fill="green" cx="1" cy="1" r="1"/>
|
|
<circle fill="blue" cx="1.5" cy="1" r="1"/>
|
|
</symbol>
|
|
<use href="#dot"/>
|