mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
24 lines
430 B
HTML
24 lines
430 B
HTML
|
<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>
|