blob: 1c742491e8985d48ce76029fc5c7fb91acc87096 [file] [log] [blame]
<!DOCTYPE html>
<style>
table {
border-collapse: collapse;
}
colgroup {
border: 50px solid lightblue;
}
td {
width: 20px;
height: 20px;
padding: 0px;
}
</style>
<script src="../../../resources/check-layout.js"></script>
<!-- We agree with FF that client-width=90. But we disagree on width.
https://crbug.com/560528 -->
<table data-expected-client-width="90">
<colgroup><col span=2></colgroup>
<tr>
<td></td><td></td>
</tr>
</table>
<script>
checkLayout("table");
</script>