summaryrefslogtreecommitdiffstats
path: root/layout/reftests/cssom/inline-style-null-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/cssom/inline-style-null-ref.html')
-rw-r--r--layout/reftests/cssom/inline-style-null-ref.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/cssom/inline-style-null-ref.html b/layout/reftests/cssom/inline-style-null-ref.html
new file mode 100644
index 0000000000..90a8a0618a
--- /dev/null
+++ b/layout/reftests/cssom/inline-style-null-ref.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<style>
+ div { color: green; }
+</style>
+<div>This text should be green</div>
+<div>This text should be green</div>
+<div>This text should be green</div>