6 testRunner
.dumpAsText();
9 document
.execCommand('SelectAll')
10 span
= document
.getElementsByTagName('span')[0];
11 span
.contentEditable
= 'true';
12 span
.textContent
= 'bar';
13 document
.execCommand('InsertText', false, '1');
14 document
.body
.textContent
= 'PASS if Blink doesn\'t crash.';
18 * { visibility:visible; }
19 .inline { display:inline; }
20 *:only-child { visibility:hidden; }
25 <tr><td><span><table></table><span></span></span></td></tr>
26 <tr><td><td class=
"inline">foo
</td></tr>