diff options
Diffstat (limited to 'layout/reftests/svg/svg-integration/clipPath-html-07-ref.svg')
-rw-r--r-- | layout/reftests/svg/svg-integration/clipPath-html-07-ref.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/svg/svg-integration/clipPath-html-07-ref.svg b/layout/reftests/svg/svg-integration/clipPath-html-07-ref.svg new file mode 100644 index 0000000000..4d7153968a --- /dev/null +++ b/layout/reftests/svg/svg-integration/clipPath-html-07-ref.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg">
+ <rect x="100" y="100" width="100" height="100" fill="black"/>
+ <rect x="150" y="150" width="50" height="50" fill="yellow"/>
+</svg>
|