diff options
Diffstat (limited to 'layout/reftests/bugs/311366-unknown-block-2.html')
-rw-r--r-- | layout/reftests/bugs/311366-unknown-block-2.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/bugs/311366-unknown-block-2.html b/layout/reftests/bugs/311366-unknown-block-2.html new file mode 100644 index 0000000000..51920456b7 --- /dev/null +++ b/layout/reftests/bugs/311366-unknown-block-2.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<style> +section > p {background-color:green;} +</style> +<section><i>foo</i><p>this should have a green background</p>
\ No newline at end of file |