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

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: review comments Created 5 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
« no previous file with comments | « LayoutTests/fast/css/auto-min-size.html ('k') | Source/core/css/html.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..23074499b1eb01a440f9274ac5e79c252dcfad84 100644
--- a/LayoutTests/fast/css/auto-min-size-expected.txt
+++ b/LayoutTests/fast/css/auto-min-size-expected.txt
@@ -1,13 +1,13 @@
PASS div.style.minWidth is ""
PASS getComputedStyle(div)["min-width"] is "0px"
-PASS div.style.minWidth is ""
+PASS div.style.minWidth is "auto"
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.minHeight is ""
PASS getComputedStyle(div)["min-height"] is "0px"
-PASS div.style.minHeight is ""
+PASS div.style.minHeight is "auto"
PASS div.style.maxHeight is ""
PASS getComputedStyle(div).minHeight is "0px"
PASS div.style.minHeight is "0px"
« no previous file with comments | « LayoutTests/fast/css/auto-min-size.html ('k') | Source/core/css/html.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698