tenfourfox/layout/reftests/bugs/363329-1-ref.html

14 lines
197 B
HTML
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<title>Testcase for bug 363329</title>
</head>
<body>
<table border="1">
<tr><td colspan="2">colspan 3</td></tr>
<tr><td>colspan 2</td><td>x</td></tr>
</table>
</body>
</html>