3 table { border-collapse: collapse; width:
100%; }
4 #green { background-color: green; padding:
0;}
5 #blue { background-color: blue; padding:
0;}
8 <script src=
"../../resources/check-layout.js"></script>
9 <div style=
"width: 500px">
11 <td id=
"green" data-expected-width=
250></td>
12 <td id=
"blue" data-expected-width=
250><div></div></td>
15 <p> crbug.com/
476370: Test empty cells get appropriate width when spread across a percent width table.
</p>
16 <div id=
"console"></div>
18 checkLayout('td', document
.getElementById('console'));