blob: 1d3ab03a484d43d6219ecd2fd1eb566c2fc3120e [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Non-Conforming HTML table (no cell starts in 3rd column)</title>
</head>
<body>
<table>
<tr><td colspan='3'>1</td><td>2</td></tr>
<tr><td>3</td><td colspan='3'>4</td></tr>
</table>
</body>
</html>