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

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

Issue 12316027: Revert 130774 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « LayoutTests/fast/table/css-table-max-width.html ('k') | Source/WebCore/rendering/RenderTable.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/table/css-table-max-width-expected.txt
===================================================================
--- LayoutTests/fast/table/css-table-max-width-expected.txt (revision 143531)
+++ LayoutTests/fast/table/css-table-max-width-expected.txt (working copy)
@@ -1,21 +0,0 @@
-Test case for bug http://webkit.org/b/98455. The testcase checks if the max-width property overrides the computed width of a html container with display:table.
-A html container with display:table should not exceed the max-width even if its calculated width is greater than the max-width value.
-However when min-width property is set and its value is greated than the max-width value, the width of the container must be equal to the min-width value.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-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 maxGreatThanMinWidthFixedLayout.getBoundingClientRect().width is 202
-PASS minGreatThanMaxWidthFixedLayout.getBoundingClientRect().width is 202
-PASS onlyMaxWidthFixedLayout.getBoundingClientRect().width is 202
-PASS maxWidthZeroFixedLayout.getBoundingClientRect().width is 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/table/css-table-max-width.html ('k') | Source/WebCore/rendering/RenderTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698