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