| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-height-auto-002b.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-height-auto-002b.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-height-auto-002b.html
|
| index e51a02c92b487b6ba0f278d857a706c9dac0185a..e8c94f766f74583abc64c7af1ed6a16317442292 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-height-auto-002b.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-height-auto-002b.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| -<!--
|
| +<!--
|
| Any copyright is dedicated to the Public Domain.
|
| http://creativecommons.org/publicdomain/zero/1.0/
|
| - -->
|
| +-->
|
| <html>
|
| <head>
|
| <meta charset="utf-8">
|
| @@ -10,7 +10,7 @@
|
| <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
| <link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#min-size-auto">
|
| <link rel="match" href="flexbox-min-height-auto-002-ref.html">
|
| -<!--
|
| +<!--
|
| This testcase tests the used value of "min-height:auto" (the property's
|
| initial value) on flex items in a vertical flex container.
|
|
|
| @@ -27,7 +27,7 @@
|
|
|
| This test checks for situations where we should resolve the min-height as
|
| (d) above, with "constraints in the other dimension" being "min-width".
|
| - -->
|
| +-->
|
| <style>
|
| .flexbox {
|
| display: flex;
|
| @@ -46,22 +46,22 @@
|
| </style>
|
| </head>
|
| <body>
|
| - <!-- Check for min-height:auto resolving correctly when the smallest
|
| - candidate value is: -->
|
| + <!-- Check for min-height:auto resolving correctly when the smallest
|
| + candidate value is: -->
|
|
|
| - <!-- *** (d) (with intrinsic aspect ratio) The height derived from ratio
|
| - and constraints in the other dimension *** -->
|
| - <!-- First, with a larger candidate 'flex-basis' value (from 'height') -->
|
| + <!-- *** (d) (with intrinsic aspect ratio) The height derived from ratio
|
| + and constraints in the other dimension *** -->
|
| + <!-- First, with a larger candidate 'flex-basis' value (from 'height') -->
|
| <div class="flexbox">
|
| <img style="height: 100px" src="support/solidblue.png" alt="blue square">
|
| </div>
|
| - <!-- ...and now with a larger explicit 'flex-basis' value (which shouldn't
|
| - be considered for 'min-height:auto' anyway) -->
|
| + <!-- ...and now with a larger explicit 'flex-basis' value (which shouldn't
|
| + be considered for 'min-height:auto' anyway) -->
|
| <div class="flexbox">
|
| <img style="flex-basis: 100px" src="support/solidblue.png" alt="blue square">
|
| </div>
|
| - <!-- ...and now with a smaller explicit 'flex-basis' value (which shouldn't
|
| - be considered for 'min-height:auto' anyway) -->
|
| + <!-- ...and now with a smaller explicit 'flex-basis' value (which shouldn't
|
| + be considered for 'min-height:auto' anyway) -->
|
| <div class="flexbox">
|
| <img style="flex-basis: 10px" src="support/solidblue.png" alt="blue square">
|
| </div>
|
|
|