6 testRunner
.dumpAsText();
9 document
.replaceChild(document
.body
.firstElementChild
, document
.documentElement
);
10 var selection
= getSelection();
11 document
.execCommand('SelectAll');
12 document
.getElementById('target').contentEditable
= true;
13 document
.execCommand('Delete');
14 document
.documentElement
.textContent
= 'PASS if Blink doesn\'t crash.';
19 <div><span id=
"target">mnop
</span>xyz
</div>