summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/370713-1.html
blob: 42279c886702d3124084618ebc5788d2bee155a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html><head>
<title>Testcase #2 for bug 370713</title>
<script>
function boom() {
  document.getElementById('tbody').appendChild(document.createElement('tr'));
}

window.addEventListener("load", boom);
</script>
</head>
<body><table style="border-collapse:collapse"><tbody id="tbody"><tr><td></td></tr><tr></tr></tbody></table></body>
</html>