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 0000000000..9a034f57cc --- /dev/null +++ b/editor/reftests/694880-1.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <style> + :read-only { color: green; } + :read-write { color: red; } + </style> + <body onload="document.designMode='on';document.designMode='off'"> + <div>test</div> + </body> +</html> |