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

Unified Diff: LayoutTests/fast/css/auto-min-size-expected.txt

Issue 988523003: Reimplement min-width: auto (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 9 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/css/auto-min-size-expected.txt
diff --git a/LayoutTests/fast/css/auto-min-size-expected.txt b/LayoutTests/fast/css/auto-min-size-expected.txt
index 439d5cc07a3371a0c96e96dbe4408b95bda8b4d1..29969a4d66c44da06af7f91427b2ba798600dbda 100644
--- a/LayoutTests/fast/css/auto-min-size-expected.txt
+++ b/LayoutTests/fast/css/auto-min-size-expected.txt
@@ -1,17 +1,17 @@
PASS div.style.minWidth is ""
PASS getComputedStyle(div)["min-width"] is "0px"
-PASS div.style.minWidth is ""
-PASS div.style.maxWidth is ""
-PASS getComputedStyle(div).minWidth is "0px"
PASS div.style.minWidth is "0px"
PASS getComputedStyle(div)["min-width"] is "0px"
+PASS div.style.minWidth is "auto"
+PASS div.style.maxWidth is ""
+PASS getComputedStyle(div).minWidth is "0px"
PASS div.style.minHeight is ""
PASS getComputedStyle(div)["min-height"] is "0px"
-PASS div.style.minHeight is ""
-PASS div.style.maxHeight is ""
-PASS getComputedStyle(div).minHeight is "0px"
PASS div.style.minHeight is "0px"
PASS getComputedStyle(div)["min-height"] is "0px"
+PASS div.style.minHeight is "auto"
+PASS div.style.maxHeight is ""
+PASS getComputedStyle(div).minHeight is "0px"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698