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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/css/auto-min-size.html ('k') | Source/core/css/html.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PASS div.style.minWidth is "" 1 PASS div.style.minWidth is ""
2 PASS getComputedStyle(div)["min-width"] is "0px" 2 PASS getComputedStyle(div)["min-width"] is "0px"
3 PASS div.style.minWidth is "" 3 PASS div.style.minWidth is "auto"
4 PASS div.style.maxWidth is "" 4 PASS div.style.maxWidth is ""
5 PASS getComputedStyle(div).minWidth is "0px" 5 PASS getComputedStyle(div).minWidth is "0px"
6 PASS div.style.minWidth is "0px" 6 PASS div.style.minWidth is "0px"
7 PASS getComputedStyle(div)["min-width"] is "0px" 7 PASS getComputedStyle(div)["min-width"] is "0px"
8 PASS div.style.minHeight is "" 8 PASS div.style.minHeight is ""
9 PASS getComputedStyle(div)["min-height"] is "0px" 9 PASS getComputedStyle(div)["min-height"] is "0px"
10 PASS div.style.minHeight is "" 10 PASS div.style.minHeight is "auto"
11 PASS div.style.maxHeight is "" 11 PASS div.style.maxHeight is ""
12 PASS getComputedStyle(div).minHeight is "0px" 12 PASS getComputedStyle(div).minHeight is "0px"
13 PASS div.style.minHeight is "0px" 13 PASS div.style.minHeight is "0px"
14 PASS getComputedStyle(div)["min-height"] is "0px" 14 PASS getComputedStyle(div)["min-height"] is "0px"
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW
« 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