3 #blue { background-color: blue; width:
90%;height:
25px; }
5 <script src=
"../../resources/check-layout.js"></script>
6 <div style=
"width: 500px">
7 <table width=
100% cellspacing=
0 cellpadding=
0>
9 <td nowrap=
"1" data-expected-width=
50>
10 <td nowrap=
"1" id=
"blue" data-expected-width=
450>Text
</td>
14 <p> crbug.com/
476370: Test empty cells get appropriate width when spread across a percent width table.
</p>
15 <div id=
"console"></div>
17 checkLayout('td', document
.getElementById('console'));