Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<title>#980223 testcase</title>
</head>
<body>
<table>
<tbody>
<tr>
<td style="position:relative;">Test table cell</td>
</tr>
</tbody>
</table>
<script>
document.body.offsetHeight;
document.querySelector('tbody').innerHTML = '';
document.body.offsetHeight;
</script>
</body>
</html>