Bug 1883706: part 3) Implement `createHTML`, `createScript` and `createScriptURL...
[gecko.git] / editor / reftests / 694880-1.html
blob9a034f57cc53a45bb44228142d78a683b1bd7915
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 </body>
10 </html>