2 <html class=
"reftest-wait">
5 :read-only { color: red; }
6 :read-write { color: green; }
10 document
.designMode
= "on";
11 var p
= document
.createElement("p");
12 p
.textContent
= "test";
13 document
.getElementById("x").appendChild(p
);
14 getSelection().removeAllRanges(); // don't need a caret
15 document
.documentElement
.removeAttribute("class");
18 <div contenteditable
id=
"x">