summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/372768-1.html
blob: 2f1d20d9de6342427c97c67d5cecb900ace26009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
<table width="100" border="4">
  <tr>
    <td width="200" id="td">
    </td>
  </tr>
</table>
<script>
document.body.offsetWidth;
document.getElementById("td").setAttribute("nowrap", "nowrap");
</script>
</body>
</html>