diff options
Diffstat (limited to 'editor/reftests/694880-1.html')
-rw-r--r-- | editor/reftests/694880-1.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editor/reftests/694880-1.html b/editor/reftests/694880-1.html new file mode 100644 index 000000000..373c3070a --- /dev/null +++ b/editor/reftests/694880-1.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <style> + :-moz-read-only { color: green; } + :-moz-read-write { color: red; } + </style> + <body onload="document.designMode='on';document.designMode='off'"> + <div>test</div> + </body> +</html> |