gecko-dev/layout/tables/crashtests/980223.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 строки
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>