summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/table/202-novalid.xhtml
blob: 45df2d36bd60188acb87add2f2d218d8db74822a (plain)
1
2
3
4
5
6
7
8
9
10
11
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Non-Conforming HTML table (Cell 5 overlaps cell 2)</title>
</head>
<body>
<table>
<tr><td>1</td><td rowspan="2">2</td><td>3</td><td>4</td></tr>
<tr><td colspan="2">5</td></tr>
</table>
</body>
</html>