summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/399209-1.xhtml
blob: 932fca8b5965d8044e720bcf00da7f87be14c31e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function boom()
{
  document.documentElement.style.emptyCells = "show";
  document.getElementsByTagName("td")[0].style.borderColor = "magenta";
  document.getElementsByTagName("col")[0].style.position = "absolute";
}
</script>
</head>
<body onload="boom();">
<td><col span="3"></col></td>
</body>
</html>