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