Index: third_party/WebKit/LayoutTests/css3/flexbox/nested-flexbox-min-size-auto.html |
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/nested-flexbox-min-size-auto.html b/third_party/WebKit/LayoutTests/css3/flexbox/nested-flexbox-min-size-auto.html |
index cb98aad51ab73ee5786190e926bf29be15a0234b..f458f145ff86279e5c0c89be34e447a2b9906a38 100644 |
--- a/third_party/WebKit/LayoutTests/css3/flexbox/nested-flexbox-min-size-auto.html |
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/nested-flexbox-min-size-auto.html |
@@ -6,10 +6,6 @@ |
<body onload="checkLayout('.flexbox')"> |
<div id=log></div> |
-<!-- This isn't "correct" per the spec, but it is an interim fix |
- to avoid bad results. |
- See https://crbug.com/580196 |
- --> |
<div class="flexbox column" style="height: 0px;" data-expected-height="0"> |
- <div data-expected-height="0" style="display: flex;">Some text</div> |
+ <div data-expected-height="100" style="display: flex;"><div style="width: 100px; height: 100px;"></div></div> |
</div> |