3 table { border-collapse: collapse; width:
200px;}
4 #green { background-color: green; padding:
0; width:
250px;}
5 #blue { background-color: blue; padding:
0; width:
150px;}
8 <script src=
"../../resources/check-layout.js"></script>
10 <td id=
"green" data-expected-width=
125><div></div></td>
11 <td id=
"blue" data-expected-width=
75><div></div></td>
13 <p> crbug.com/
476370: Test cells get appropriate width when fixed width cells overallocated.
</p>
14 <div id=
"console"></div>
16 checkLayout('td', document
.getElementById('console'));