7 <p id=
"container"><textarea>a
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
14 var textarea
= document
.getElementsByTagName('textarea')[0];
16 textarea
.selectionStart
= 1;
17 textarea
.selectionEnd
= 1;
18 document
.execCommand('InsertLineBreak', false, null);
20 document
.body
.innerText
= "This test verifies WebKit doesn't crash even if the DOM changes in shadow DOM caused the shadow host's style to change.\nPASS";