blob: d8b8c285ea8d7b182ea516e1593adbbff559a96c [file] [edit]
<!DOCTYPE html>
<script>
function main() {
document.body.offsetHeight;
x2.setAttribute("rowspan", "0");
document.body.offsetHeight;
table.insertRow();
}
window.testRunner?.dumpAsText();
</script>
<body onload="main()">
<p>This test passes if it doesn't crash.</p>
<table id=table>
<tr style="display: none"></tr>
<tr><td id=x2></td></tr>
</table>
</body>