Bug 1890277: part 2) Add `require-trusted-types-for` directive to CSP parser, guarded...
[gecko.git] / editor / reftests / 694880-3.html
blob481187fff7c5767bc8dbe036a9a88837111952f8
1 <!DOCTYPE html>
2 <html>
3 <style>
4 :read-only { color: red; }
5 :read-write { color: green; }
6 </style>
7 <body onload="document.designMode='on';document.designMode='off'">
8 <div contenteditable>test</div>
9 </body>
10 </html>