| Index: LayoutTests/fast/table/css-table-max-width.html
|
| diff --git a/LayoutTests/fast/table/css-table-max-width.html b/LayoutTests/fast/table/css-table-max-width.html
|
| index 4a56cc212c92b4e365e27d3a2fd10656305d5249..4b890983a81d500166ec6621f0a460c5ce15476c 100644
|
| --- a/LayoutTests/fast/table/css-table-max-width.html
|
| +++ b/LayoutTests/fast/table/css-table-max-width.html
|
| @@ -97,7 +97,7 @@ shouldBe("minGreatThanMaxWidthAutoLayout.getBoundingClientRect().width","202");
|
| onlyMaxWidthAutoLayout = document.getElementById("onlyMaxWidthAutoLayout");
|
| shouldBe("onlyMaxWidthAutoLayout.getBoundingClientRect().width","202");
|
| maxWidthZeroAutoLayout = document.getElementById("maxWidthZeroAutoLayout");
|
| -shouldBe("maxWidthZeroAutoLayout.getBoundingClientRect().width","0");
|
| +shouldBe("maxWidthZeroAutoLayout.getBoundingClientRect().width","113");
|
| maxGreatThanMinWidthFixedLayout = document.getElementById("maxGreatThanMinWidthFixedLayout");
|
| shouldBe("maxGreatThanMinWidthFixedLayout.getBoundingClientRect().width","202");
|
| minGreatThanMaxWidthFixedLayout = document.getElementById("minGreatThanMaxWidthFixedLayout");
|
| @@ -105,7 +105,7 @@ shouldBe("minGreatThanMaxWidthFixedLayout.getBoundingClientRect().width","202");
|
| onlyMaxWidthFixedLayout = document.getElementById("onlyMaxWidthFixedLayout");
|
| shouldBe("onlyMaxWidthFixedLayout.getBoundingClientRect().width","202");
|
| maxWidthZeroFixedLayout = document.getElementById("maxWidthZeroFixedLayout");
|
| -shouldBe("maxWidthZeroFixedLayout.getBoundingClientRect().width","0");
|
| +shouldBe("maxWidthZeroFixedLayout.getBoundingClientRect().width","2");
|
|
|
| document.body.removeChild(document.getElementById('container'));
|
| </script>
|
|
|