summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/710098-1.html
blob: 4886f8388a3e2d96a690820dd92b72cf11aa69b1 (plain)
1
2
3
4
5
6
7
<!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>