5 object, nothtmlelement {
10 if (window
.testRunner
)
11 testRunner
.dumpAsText();
14 var element
= document
.createElementNS('http://foo', 'nothtmlelement');
15 document
.body
.appendChild(element
);
16 document
.execCommand('SelectAll');
17 document
.execCommand('RemoveFormat');
18 document
.documentElement
.textContent
= 'PASS if Blink doesn\'t crash.';
23 <body contenteditable=
"true">