8 border:
1px solid green;
11 <body contenteditable=true
>
12 <div id=
"el2"><div id=
"el3">AA
</div></div>
15 if (window
.testRunner
)
16 testRunner
.dumpAsText();
17 document
.execCommand('selectall')
18 document
.execCommand('inserttext', '')
19 document
.body
.innerText
= "This test passes if it does not crash.";