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