summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1146101-1.html
blob: e3f8f2aa3f598176d583df77e681dac633b17853 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<script>
function boom()
{
    document.getElementsByTagName("tbody")[0].style.position = "absolute";
    document.getElementsByTagName("table")[0].style.color = "green";
}
</script>
<body onload="boom();">
<table><tbody></tbody></table>