summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/315920-14-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/315920-14-ref.html')
-rw-r--r--layout/reftests/bugs/315920-14-ref.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/315920-14-ref.html b/layout/reftests/bugs/315920-14-ref.html
new file mode 100644
index 0000000000..8557928dbd
--- /dev/null
+++ b/layout/reftests/bugs/315920-14-ref.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <form id="form"><input type="checkbox" id="two" checked="true"/>
+ <label for="two" style="color: green">Should be no red</label><input type="checkbox" name="group1" id="one" value="1"/>
+ <label for="one" style="color: green">Should be no red</label>
+ </form>
+ </body>
+</html>