5 testRunner
.dumpAsText();
8 getSelection().collapse(document
.body
, 0);
9 document
.body
.parentNode
.removeChild(document
.body
);
10 document
.designMode
= 'on';
11 document
.execCommand("InsertText", false, '\t');
12 document
.documentElement
.textContent
= 'PASS if Blink doesn\'t crash.';