Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/tables/crashtests/crashtests.list
<head><script type="text/javascript">
<![CDATA[
function boom() {
var tr = document.getElementById('tr');
th.setAttribute('rowspan', 9);
tr.appendChild(th);
document.documentElement.removeAttribute("class");
}
function ol(e) {
window.removeEventListener("load", ol);
setTimeout(boom, 400);
}
window.addEventListener("load", ol);
]]></script>
</head>
<body><table style="border-collapse: collapse;"><tbody><tr id="tr"></tr></tbody></table></body>
</html>