2 <script src=
"../../resources/check-layout.js"></script>
3 <div style=
"width:600px;">
5 <table cellspacing=
"0" cellpadding=
"4" rules=
"all" border=
"1" style=
"border: solid 1px red;" data-expected-width=
600>
18 <td>Text Longword
</td>
20 <td>Just some random text to make the column width just that little bit wider.
</td>
31 <p id=
"test-output"></p>
32 <p>crbug.com/
498165: If we overallocate width in a table with auto cells ensure we unwind completely.
</p>
34 window
.checkLayout("table", document
.getElementById("test-output"));