summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/painting/support
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/svg/painting/support')
-rw-r--r--testing/web-platform/tests/svg/painting/support/white-rect-100x100.svg3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/painting/support/white-rect-100x100.svg b/testing/web-platform/tests/svg/painting/support/white-rect-100x100.svg
new file mode 100644
index 0000000000..6ee3841974
--- /dev/null
+++ b/testing/web-platform/tests/svg/painting/support/white-rect-100x100.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <rect width="100" height="100" fill="white"/>
+</svg>