| <script src="../../../resources/check-layout.js"></script> |
| table { border-spacing: 0px; } |
| <div>Test for Bugzilla bug:<a href="https://bugs.webkit.org/show_bug.cgi?id=18153"> 18153</a> table not aligned in center column and seems shrunk because of float:right (table-layout: fixed and width: 100%).</div> |
| <p>The following fixed layout tables, with 100% percent widths, should expand to the full length of their containing blocks.</p> |
| <div style="display: inline-block"> |
| <table id="table1" data-expected-width="600"> |
| <td style="width:100px;"></td> |
| <td style="width:80px;"></td> |
| <td style="width:120px;"></td> |
| <td style="width:150px;"></td> |
| <table id="table2" data-expected-width="452"> |
| <td style="width:100px;"></td> |
| <td style="width:80px;"></td> |
| <td style="width:120px;"></td> |
| <td style="width:150px;"></td> |
| <table id="table3" data-expected-width="600"> |
| <table id="table4" data-expected-width="300"> |