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