diff options
Diffstat (limited to 'editor/reftests/694880-3.html')
-rw-r--r-- | editor/reftests/694880-3.html | 10 |
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 000000000..c6d7837f7 --- /dev/null +++ b/editor/reftests/694880-3.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <style> + :-moz-read-only { color: red; } + :-moz-read-write { color: green; } + </style> + <body onload="document.designMode='on';document.designMode='off'"> + <div contenteditable>test</div> + </body> +</html> |