summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/image/image-opacity-02-ref.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/svg/image/image-opacity-02-ref.svg')
-rw-r--r--layout/reftests/svg/image/image-opacity-02-ref.svg6
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/svg/image/image-opacity-02-ref.svg b/layout/reftests/svg/image/image-opacity-02-ref.svg
new file mode 100644
index 0000000000..548d1d54f1
--- /dev/null
+++ b/layout/reftests/svg/image/image-opacity-02-ref.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink">
+ <g style="opacity: 0.3">
+ <use xlink:href="blueRect10x10.svg#root"/>
+ </g>
+</svg>