diff options
Diffstat (limited to 'layout/reftests/bugs/348809-2-ref.html')
-rw-r--r-- | layout/reftests/bugs/348809-2-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/348809-2-ref.html b/layout/reftests/bugs/348809-2-ref.html new file mode 100644 index 0000000000..51765a1761 --- /dev/null +++ b/layout/reftests/bugs/348809-2-ref.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> +<style> +span { color: green } +</style> +</head> +<body> +<form> +<div> + <span>There should be no red.</span> +</div> +<div> + <span>There should be no red.</span> +</div> +</form> +</body> +</html> |