summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/315920-22-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/315920-22-ref.html')
-rw-r--r--layout/reftests/bugs/315920-22-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/315920-22-ref.html b/layout/reftests/bugs/315920-22-ref.html
new file mode 100644
index 0000000000..e06aa6223e
--- /dev/null
+++ b/layout/reftests/bugs/315920-22-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ label {color: green}
+ </style>
+ </head>
+ <body>
+ <div>
+ <input id="one" disabled="disabled"/>
+ <label for="one">Should be no red</label>
+ </div>
+ <div>
+ <input id="two"/>
+ <label for="two">Should be no red</label>
+ </div>
+ </body>
+</html>