summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/table/205-novalid.xhtml
blob: a6515e851c017457d4647c54cf17bc468c4ae039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Conforming HTML table</title>
</head>
<body>
<table>
<col/><col/><col/>
<tr><td rowspan='0'>1</td><td>2</td></tr>
<tr><td rowspan='2'>3</td></tr>
<tr><td>4</td></tr>
</table>
</body>
</html>