summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/652991-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/652991-1-ref.html')
-rw-r--r--layout/reftests/bugs/652991-1-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/652991-1-ref.html b/layout/reftests/bugs/652991-1-ref.html
new file mode 100644
index 0000000000..bc6145d366
--- /dev/null
+++ b/layout/reftests/bugs/652991-1-ref.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <svg width="200" height="200">
+ <defs>
+ <pattern id="pattern-id" x="0" y="0" patternUnits="userSpaceOnUse" height="200" width="200">
+ <rect width="200" height="200" style="fill:rgb(0,0,255)" />
+ </pattern>
+ </defs>
+ <circle id="circle" cx="101" cy="101" r="50" fill="url(#pattern-id)" stroke="#000"/>
+ </svg>
+</html>