Bumping manifests a=b2g-bump
[gecko.git] / editor / reftests / 694880-2.html
blob9f2617883af8154b27ff9c7a00549993a566ec83
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>