| border-collapse: separate; |
| border: 1px solid #dddddd; |
| border-left: 1px solid #dddddd; |
| <script src="../../resources/check-layout.js"></script> |
| <body onload="checkLayout('table')"> |
| <div>This test checks that a fixed table layout with max-width doesn't over-constraint the cell (ie the content width still wins over max-width per the specification).</div> |
| <div>For this test to pass, the second cell shouldn't bleed out of the table.</div> |
| <table data-expected-width="404"> |
| <td>Cell text text text text</td> |