| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cb98aad51ab73ee5786190e926bf29be15a0234b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/css3/flexbox/nested-flexbox-min-size-auto.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<link href="resources/flexbox.css" rel="stylesheet">
|
| +<script src="../../resources/testharness.js"></script>
|
| +<script src="../../resources/testharnessreport.js"></script>
|
| +<script src="../../resources/check-layout-th.js"></script>
|
| +<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>
|
|
|