summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/image/image-rotate-02b.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/svg/image/image-rotate-02b.svg')
-rw-r--r--layout/reftests/svg/image/image-rotate-02b.svg7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/svg/image/image-rotate-02b.svg b/layout/reftests/svg/image/image-rotate-02b.svg
new file mode 100644
index 0000000000..69bef2794c
--- /dev/null
+++ b/layout/reftests/svg/image/image-rotate-02b.svg
@@ -0,0 +1,7 @@
+<!-- Test to make sure parent's "rotate" value is applied on svg:image -->
+<svg xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink">
+ <g transform="translate(60, 80) rotate(180 40 40)">
+ <image xlink:href="blueRect10x10.png" width="10" height="10"/>
+ </g>
+</svg>