blob: ff73570a0defce49cd6c7aa7034ef2748a81abf8 [file] [log] [blame]
<table><tbody id="tbody"><col id="col">
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetHeight;
tbody.prepend(col);
document.body.offsetHeight;
col.before("or assert.");
document.body.offsetHeight;
tbody.prepend(col);
document.body.offsetHeight;
col.before("Pass if no crash ");
</script>