summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/281241-2.xhtml
blob: 3c6df6da1003264324a1bb436a5916c4733c21fe (plain)
1
2
3
4
5
6
7
8
9
10
11
<html xmlns="http://www.w3.org/1999/xhtml">
 <body>
  <table border="">
   <colgroup width="100px">
     <script>var v = document.body.offsetHeight;</script>
     <col width="500px"/>
   </colgroup>
   <tr><td>&#160;</td></tr>
  </table>
 </body>
</html>