5 * { display: -webkit-inline-box; }
6 .CLASS11 { float: right; }
10 testRunner
.dumpAsText();
12 window
.onload = function () {
13 document
.designMode
= 'on';
14 document
.execCommand('SelectAll', false)
15 document
.execCommand('Indent', false, false);
16 document
.execCommand('Indent', false, false);
17 document
.documentElement
.innerHTML
= 'PASS. Blink didn\'t crash.';
21 <body>aaa
<div class=
"CLASS11"></div><div>bbb
</div></body>