4 td { background-color: #
66f; height:
25px; }
6 <script type=
"text/javascript">
8 var col
= document
.getElementById('thecol');
10 col
.style
.width
="100px";
11 checkLayout("td", document
.getElementById("test-output"));
14 <script src=
"../../resources/check-layout.js"></script>
15 Tests that the width of table cell changes on changing the colgroup width to new width.
22 <td data-expected-width=
"100"></td>
26 <div id=
"test-output"></div>