summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-dynamic-014-ref.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/scoped-style/scoped-style-dynamic-014-ref.svg')
-rw-r--r--layout/reftests/scoped-style/scoped-style-dynamic-014-ref.svg7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/scoped-style/scoped-style-dynamic-014-ref.svg b/layout/reftests/scoped-style/scoped-style-dynamic-014-ref.svg
new file mode 100644
index 000000000..5a1db3c2c
--- /dev/null
+++ b/layout/reftests/scoped-style/scoped-style-dynamic-014-ref.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <rect width="50" height="50" fill="blue"/>
+ <g>
+ <rect x="60" width="50" height="50" fill="blue"/>
+ </g>
+ <rect x="120" width="50" height="50" fill="blue"/>
+</svg>