Chromium Code Reviews| Index: LayoutTests/fast/table/html-table-width-max-width-constrained-expected.txt |
| diff --git a/LayoutTests/fast/table/html-table-width-max-width-constrained-expected.txt b/LayoutTests/fast/table/html-table-width-max-width-constrained-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b9fe2e9a6f5fea9d1731f8c718e25a0b9b4e6fc4 |
| --- /dev/null |
| +++ b/LayoutTests/fast/table/html-table-width-max-width-constrained-expected.txt |
| @@ -0,0 +1,4 @@ |
| +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). |
| +For this test to pass, the second cell shouldn't bleed out of the table. |
| +Cell text Cell text text text text |
| +PASS |