Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/tables/crashtests/crashtests.list
<html lang="en">
<head>
</head>
<body>
<table>
<tr id="foo"><td></td></tr>
<tr><td colspan="2"></td></tr>
</table>
<script>
document.getElementById("foo").style.display="table-row";
document.getElementById("foo").style.display="none";
</script>
</body>
</html>