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