5 -webkit-column-count:
2;
17 test0
=document
.createElement('div');
18 test0
.setAttribute('id', 'test0');
19 document
.body
.appendChild(test0
);
20 test1
=document
.createElement('div');
21 test1
.setAttribute('id', 'test1');
22 test0
.appendChild(test1
);
23 test0
.appendChild(document
.createTextNode(unescape('%u3200A')));
24 document
.designMode
= 'on';
25 window
.getSelection().setBaseAndExtent(test1
, 0, test1
, 0);
26 document
.execCommand('InsertLineBreak');
27 document
.execCommand('selectall');
28 document
.execCommand('strikethrough');
29 document
.execCommand('FormatBlock', false, '<'+'pre>');
31 document
.body
.offsetTop
;
32 document
.body
.innerHTML
= "PASS, if no crash or assert in debug build."
34 if (window
.testRunner
)
35 testRunner
.dumpAsText();