summaryrefslogtreecommitdiffstats
path: root/editor/reftests/694880-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/reftests/694880-ref.html')
-rw-r--r--editor/reftests/694880-ref.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/editor/reftests/694880-ref.html b/editor/reftests/694880-ref.html
new file mode 100644
index 0000000000..d5c40547ee
--- /dev/null
+++ b/editor/reftests/694880-ref.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <style>
+ div { color: green; }
+ </style>
+ <body>
+ <div>test</div>
+ </body>
+</html>