7 border-collapse: separate;
11 border:
1px solid #dddddd;
18 border-left:
1px solid #dddddd;
21 <script src=
"../../resources/check-layout.js"></script>
23 <body onload=
"checkLayout('table')">
24 <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>
25 <div>For this test to pass, the second cell shouldn't bleed out of the table.
</div>
26 <table data-expected-width=
"404">
30 <td>Cell text text text text
</td>