1
0
Fork 0
firefox/testing/web-platform/tests/svg/styling/use-element-transitions-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
244 B
HTML

<!DOCTYPE html>
<title>Test Reference</title>
<style>
use { font-size: 60px; }
g { font-size: 100px; }
</style>
<svg>
<use id="use_elm" xlink:href="#tmpl" />
<g id="g_elm">
<text id="tmpl" x="10" y="100">Hello!</text>
</g>
</svg>