summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1358375-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1358375-ref.html')
-rw-r--r--layout/reftests/bugs/1358375-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1358375-ref.html b/layout/reftests/bugs/1358375-ref.html
new file mode 100644
index 0000000000..2f0536e9d4
--- /dev/null
+++ b/layout/reftests/bugs/1358375-ref.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+#x { color: orange; }
+ </style>
+ </head>
+ <body>
+ <div id="x"><span>I should be orange</span></div>
+ </body>
+</html>