RetroZilla/layout/html/tests/block/bugs/217369-1.html

24 lines
430 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<title>Testcase, bug 217369</title>
<body>
<table width="300">
<tr>
<td width="120" bgcolor="yellow">
<div style="margin: 0px; width: 120px;">
120px
<script type="text/javascript">
var foo = document.body.offsetHeight;
</script>
</div>
</td>
<script type="text/javascript">
var foo = document.body.offsetHeight;
</script>
<td bgcolor="aqua">180px</td>
</tr>
</table>
</body>
</html>