summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/styling/use-element-transitions-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/svg/styling/use-element-transitions-ref.html')
-rw-r--r--testing/web-platform/tests/svg/styling/use-element-transitions-ref.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/styling/use-element-transitions-ref.html b/testing/web-platform/tests/svg/styling/use-element-transitions-ref.html
new file mode 100644
index 0000000000..f564b90de8
--- /dev/null
+++ b/testing/web-platform/tests/svg/styling/use-element-transitions-ref.html
@@ -0,0 +1,12 @@
+<!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>