Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: LayoutTests/fast/table/css-table-max-width-expected.txt

Issue 14141004: Fix table sizing when 'max-width' is used (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated the test to use Ahem for consistency across platforms Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/table/css-table-max-width-expected.txt
diff --git a/LayoutTests/fast/table/css-table-max-width-expected.txt b/LayoutTests/fast/table/css-table-max-width-expected.txt
index 831df2b502e618b0b95bd7f2a06e2b4590fbed1c..993d84aec306c4c6d6cc2077805985aacf6e2dd5 100644
--- a/LayoutTests/fast/table/css-table-max-width-expected.txt
+++ b/LayoutTests/fast/table/css-table-max-width-expected.txt
@@ -10,11 +10,11 @@ Note:The width of the css tables inclusive of its border width.
PASS maxGreatThanMinWidthAutoLayout.getBoundingClientRect().width is 202
PASS minGreatThanMaxWidthAutoLayout.getBoundingClientRect().width is 202
PASS onlyMaxWidthAutoLayout.getBoundingClientRect().width is 202
-PASS maxWidthZeroAutoLayout.getBoundingClientRect().width is 0
+PASS maxWidthZeroAutoLayout.getBoundingClientRect().width is 182
PASS maxGreatThanMinWidthFixedLayout.getBoundingClientRect().width is 202
PASS minGreatThanMaxWidthFixedLayout.getBoundingClientRect().width is 202
PASS onlyMaxWidthFixedLayout.getBoundingClientRect().width is 202
-PASS maxWidthZeroFixedLayout.getBoundingClientRect().width is 0
+PASS maxWidthZeroFixedLayout.getBoundingClientRect().width is 2
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/table/css-table-max-width.html ('k') | LayoutTests/fast/table/html-table-width-max-width-constrained.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698