summaryrefslogtreecommitdiffstats
path: root/editor/reftests/694880-3.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/reftests/694880-3.html')
-rw-r--r--editor/reftests/694880-3.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/editor/reftests/694880-3.html b/editor/reftests/694880-3.html
new file mode 100644
index 0000000000..481187fff7
--- /dev/null
+++ b/editor/reftests/694880-3.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <style>
+ :read-only { color: red; }
+ :read-write { color: green; }
+ </style>
+ <body onload="document.designMode='on';document.designMode='off'">
+ <div contenteditable>test</div>
+ </body>
+</html>