summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/363329-1-ref.html
blob: 81339b059df7b6d34c42cca0de256751d11f3f68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>