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

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

Issue 1631033003: [css-flexbox] For now, don't apply min-height: auto to nested flexboxes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <link href="resources/flexbox.css" rel="stylesheet">
3 <script src="../../resources/testharness.js"></script>
4 <script src="../../resources/testharnessreport.js"></script>
5 <script src="../../resources/check-layout-th.js"></script>
6 <body onload="checkLayout('.flexbox')">
7 <div id=log></div>
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">
14 <div data-expected-height="0" style="display: flex;">Some text</div>
15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698