6 -webkit-appearance: media-controls-background;
7 display: table-footer-group;
16 if (window
.testRunner
)
17 testRunner
.dumpAsText();
20 document
.designMode
= 'on';
21 var blockQuote
= document
.querySelector('blockquote');
22 getSelection().collapse(blockQuote
, 2);
23 document
.execCommand('Outdent');
24 document
.documentElement
.textContent
= 'PASS if Blink doesn\'t crash.';
30 <table><tr><td>foo
</td></tr></table>
31 <table><tr><td>bar
</td></tr></table>