diff options
Diffstat (limited to 'layout/reftests/bugs/315920-26-ref.html')
-rw-r--r-- | layout/reftests/bugs/315920-26-ref.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/315920-26-ref.html b/layout/reftests/bugs/315920-26-ref.html new file mode 100644 index 0000000000..b8cc594be8 --- /dev/null +++ b/layout/reftests/bugs/315920-26-ref.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + <head> + <style> + span {color: green} + </style> + </head> + + <body> + <div> + <input type="checkbox" id="one" checked="checked"/> + <span>Should be no red </span> + </div> + <div> + <input type="checkbox" id="one" checked="checked"/> + <span>Should be no red </span> + </div> + </body> +</html> |