gecko-dev/layout/tables/crashtests/980223.html
Robin Whittleton f487838691 Bug 980223 - Crashtest.
MozReview-Commit-ID: C5lohXXgdXA
2017-03-14 15:25:17 +01:00

23 lines
329 B
HTML

<!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>