summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/white-rect-no-viewbox.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/svg/as-image/white-rect-no-viewbox.svg')
-rw-r--r--layout/reftests/svg/as-image/white-rect-no-viewbox.svg8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/svg/as-image/white-rect-no-viewbox.svg b/layout/reftests/svg/as-image/white-rect-no-viewbox.svg
new file mode 100644
index 0000000000..76a7efd3dc
--- /dev/null
+++ b/layout/reftests/svg/as-image/white-rect-no-viewbox.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink">
+
+ <rect width="6" height="30" style="fill:white;" />
+</svg>