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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/flexbox/nested-flexbox-min-size-auto.html

Issue 2157093002: [css-flexbox] Apply min-height: auto to nested flexboxes again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <link href="resources/flexbox.css" rel="stylesheet"> 2 <link href="resources/flexbox.css" rel="stylesheet">
3 <script src="../../resources/testharness.js"></script> 3 <script src="../../resources/testharness.js"></script>
4 <script src="../../resources/testharnessreport.js"></script> 4 <script src="../../resources/testharnessreport.js"></script>
5 <script src="../../resources/check-layout-th.js"></script> 5 <script src="../../resources/check-layout-th.js"></script>
6 <body onload="checkLayout('.flexbox')"> 6 <body onload="checkLayout('.flexbox')">
7 <div id=log></div> 7 <div id=log></div>
8 8
9 <!-- This isn't "correct" per the spec, but it is an interim fix
10 to avoid bad results.
11 See https://crbug.com/580196
12 -->
13 <div class="flexbox column" style="height: 0px;" data-expected-height="0"> 9 <div class="flexbox column" style="height: 0px;" data-expected-height="0">
14 <div data-expected-height="0" style="display: flex;">Some text</div> 10 <div data-expected-height="100" style="display: flex;"><div style="width: 100p x; height: 100px;"></div></div>
15 </div> 11 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698