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