summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/pattern-big-image.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/svg/pattern-big-image.html')
-rw-r--r--layout/reftests/svg/pattern-big-image.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/svg/pattern-big-image.html b/layout/reftests/svg/pattern-big-image.html
new file mode 100644
index 0000000000..caa30a9b7b
--- /dev/null
+++ b/layout/reftests/svg/pattern-big-image.html
@@ -0,0 +1,10 @@
+<div style="left: 0px; top: 0px; width: 10px; height: 10px;">
+ <svg x="0" y="0" height="100%" width="100%">
+ <defs>
+ <pattern id="pattern-big-image" patternUnits="objectBoundingBox" preserveAspectRatio="xMidYMid slice" width="1" height="1" x="0" y="0" viewBox="0 0 4000 3000">
+ <image xlink:href="big-image.jpeg" width="4000" height="3000"/>
+ </pattern>
+ </defs>
+ <rect fill="url(#pattern-big-image)" x="0" y="0" width="100%" height="100%"/>
+ </svg>
+</div> \ No newline at end of file