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