comparison: editor/reftests/694880-3.html
editor/reftests/694880-3.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <style> |
|
4 :-moz-read-only { color: red; } |
|
5 :-moz-read-write { color: green; } |
|
6 </style> |
|
7 <body onload="document.designMode='on';document.designMode='off'"> |
|
8 <div contenteditable>test</div> |
|
9 </body> |
|
10 </html> |