blob: 870b2d250c57b21866e487b51a15405ea1dfc487 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
table {
border-spacing: 0px;
}
th {
padding: 0px;
width: 100px;
height: 100px;
}
col {
background-color: green;
}
</style>
</head>
<body>
<p><a href="http://webkit.org/b/87051">87051</a>: Centralize and clean-up table column iteration</p>
<p>This test passes if you see 3 rectangles below: green - purple - green (in this order, left to right).</p>
<table>
<col>
<caption>
<col style="background-color: purple">
<col>
<tbody>
<tr>
<th></th>
<th></th>
<th></th>
</tr>
</tbody>
</table>
</body>
</html>