summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/490182-1-ref.html
blob: 9c002563ff4b5113ea7c7b9f0fff7c92087cd6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<table border="2" id="table">
<col id="col1">
<col width=200 id="col2">
<tr>
<td>100?</td><td>200</td>
</tr>
</table>
</body>
</html>