4 document
.body
.style
.display
= 'inline';
6 colgroup
=document
.createElement('colgroup');
7 document
.body
.appendChild(colgroup
)
9 document
.execCommand('FormatBlock', '');
11 pre
=document
.createElement('pre');
12 colgroup
.parentNode
.insertBefore(pre
, colgroup
);
13 if (window
.testRunner
)
14 testRunner
.dumpAsText()
16 window
.addEventListener("load", crash
, false);
18 <p>This test passes if it doesn't crash.
</p>