Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/tables/crashtests/crashtests.list
<!DOCTYPE html>
<html>
<body onload="document.getElementById('b').setAttribute('colspan', '2');">
<table rules="all"><tr><td rowspan="3"></td><td id="b" rowspan="2"></td></tr>
</table>
</body>
</html>