3 table { border-collapse: collapse; width:
1000px;}
4 #green { background-color: green; padding:
0; width:
0.1%;}
5 #blue { background-color: blue; padding:
0; width:
0.2%;}
8 <script src=
"../../resources/check-layout.js"></script>
10 <td id=
"green" data-expected-width=
334><div></div></td>
11 <td id=
"blue" data-expected-width=
666><div></div></td>
13 <p> crbug.com/
476370: Test cells get appropriate width when total width of cells is less than
1%.
</p>
14 <div id=
"console"></div>
16 checkLayout('td', document
.getElementById('console'));