diff options
Diffstat (limited to 'layout/reftests/scoped-style/scoped-style-014-ref.html')
-rw-r--r-- | layout/reftests/scoped-style/scoped-style-014-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/scoped-style/scoped-style-014-ref.html b/layout/reftests/scoped-style/scoped-style-014-ref.html new file mode 100644 index 000000000..54cab8795 --- /dev/null +++ b/layout/reftests/scoped-style/scoped-style-014-ref.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<body> + <div> + <p>First</p> + </div> + <blockquote> + <div> + <div> + <div> + <p style="color: green">Second</p> + </div> + </div> + </div> + </blockquote> +</body> |