14 if (window
.testRunner
)
15 testRunner
.dumpAsText();
18 document
.designMode
= 'on';
19 var blockQuote
= document
.querySelector('blockquote');
20 getSelection().collapse(blockQuote
, 2);
21 document
.execCommand('Outdent');
22 document
.documentElement
.textContent
= 'PASS if Blink doesn\'t crash.';
28 <table><tr><td>foo
</td></tr></table>
29 <table><tr><td>bar
</td></tr></table>