summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-018-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/scoped-style/scoped-style-018-ref.html')
-rw-r--r--layout/reftests/scoped-style/scoped-style-018-ref.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/scoped-style/scoped-style-018-ref.html b/layout/reftests/scoped-style/scoped-style-018-ref.html
new file mode 100644
index 000000000..ea87d4a7a
--- /dev/null
+++ b/layout/reftests/scoped-style/scoped-style-018-ref.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<body>
+ <div>
+ <div>
+ <p style="color: green">This should be green.</p>
+ </div>
+ </div>
+</body>