summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/background-display-none-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/svg/as-image/background-display-none-1.html')
-rw-r--r--layout/reftests/svg/as-image/background-display-none-1.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/svg/as-image/background-display-none-1.html b/layout/reftests/svg/as-image/background-display-none-1.html
new file mode 100644
index 0000000000..9c638134e2
--- /dev/null
+++ b/layout/reftests/svg/as-image/background-display-none-1.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<!--
+ Any copyright is dedicated to the Public Domain.
+ http://creativecommons.org/publicdomain/zero/1.0/
+-->
+<!-- Test for a CSS background pointing to an SVG image that has "display:none"
+ on the root node. -->
+<html>
+<body>
+ <div style="width: 100px; height: 100px;
+ background-image: url('display-none.svg')">
+</body>
+</html>