summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/images/pattern.svg
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/images/pattern.svg')
-rw-r--r--testing/web-platform/tests/images/pattern.svg6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/images/pattern.svg b/testing/web-platform/tests/images/pattern.svg
new file mode 100644
index 0000000000..40c6ad3da6
--- /dev/null
+++ b/testing/web-platform/tests/images/pattern.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20">
+ <rect x="00" y="00" width="10" height="10" fill="#ff0000"/>
+ <rect x="10" y="00" width="10" height="10" fill="#00ff00"/>
+ <rect x="00" y="10" width="10" height="10" fill="#0000ff"/>
+ <rect x="10" y="10" width="10" height="10" fill="#000000"/>
+</svg>