tenfourfox/layout/reftests/bugs/363329-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
209 B
HTML

<html>
<head>
<title>Testcase for bug 363329</title>
</head>
<body>
<table border="1">
<tr><td colspan="3">colspan 3</td></tr>
<tr><td colspan="2">colspan 2</td><td>x</td></tr>
</table>
</body>
</html>