Mypal/layout/style/crashtests/1146101-1.html

11 lines
254 B
HTML

<!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>