editor/reftests/694880-2.html

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

mercurial