mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
24 lines
429 B
HTML
24 lines
429 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>
|