4 <script type=
"text/javascript">
6 var outer
= document
.getElementById('outer');
7 outer
.style
.width
= '100px';
8 window
.checkLayout("#outer", document
.getElementById("test-output"));
11 <script src=
"../../resources/check-layout.js"></script>
20 background-color: green;
25 <body onload=
"runTest()">
26 Tests that the table width having table-layout fixed changes when width is changed dynamically.
27 <div id=
"outer" data-expected-width=
"100">
28 <div id=
"inner"></div>
30 <div id=
"test-output"></div>