blob: 9337bd5046ce8061a18a496ecff23c8b3f20d1c1 [file] [log] [blame]
<!DOCTYPE html>
<script>
function crash() {
document.body.style.display = 'inline';
colgroup=document.createElement('colgroup');
document.body.appendChild(colgroup)
document.execCommand('FormatBlock', '');
pre=document.createElement('pre');
colgroup.parentNode.insertBefore(pre, colgroup);
if (window.testRunner)
testRunner.dumpAsText()
}
window.addEventListener("load", crash, false);
</script>
<p>This test passes if it doesn't crash.</p>