summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1369584-1a.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1369584-1a.html')
-rw-r--r--layout/reftests/bugs/1369584-1a.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1369584-1a.html b/layout/reftests/bugs/1369584-1a.html
new file mode 100644
index 0000000000..80f5114c6f
--- /dev/null
+++ b/layout/reftests/bugs/1369584-1a.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<style>
+ span { color: red; }
+ #foo span { color: green }
+</style>
+<div>
+ <span></span>
+</div>
+<div id="foo">
+ <span>This should be green</span>
+</div>