no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / editor / reftests / 694880-2.html
blobf6d137d5f9d3b35bcab9d08cc479c9aac97c3d2a
1 <!DOCTYPE html>
2 <html>
3 <style>
4 :read-only { color: green; }
5 :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>