summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/support/blue-green-red-yellow-no-size.svg
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-images/support/blue-green-red-yellow-no-size.svg')
-rw-r--r--testing/web-platform/tests/css/css-images/support/blue-green-red-yellow-no-size.svg8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-images/support/blue-green-red-yellow-no-size.svg b/testing/web-platform/tests/css/css-images/support/blue-green-red-yellow-no-size.svg
new file mode 100644
index 0000000000..0e0f955c29
--- /dev/null
+++ b/testing/web-platform/tests/css/css-images/support/blue-green-red-yellow-no-size.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
+ <rect width="100%" height="100%" fill="grey"/>
+ <rect x="0" y="0" width="25px" height="50px" style="fill: blue"/>
+ <rect x="25px" y="0" width="25px" height="50px" style="fill: green"/>
+ <rect x="0" y="50px" width="25px" height="50px" style="fill: red"/>
+ <rect x="25px" y="50px" width="25px" height="50px" style="fill: yellow"/>
+</svg>