| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-width-auto-002b.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-width-auto-002b.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-width-auto-002b.html
|
| index 97182ff035432280c39288768eb09b1de6a47c7f..a56b214dc6820838903b12c8a60e53da601dbe98 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-width-auto-002b.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-width-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-width-auto-002-ref.html">
|
| -<!--
|
| +<!--
|
| This testcase tests the used value of "min-width:auto" (the property's
|
| initial value) on flex items in a horizontal flex container.
|
|
|
| @@ -27,7 +27,7 @@
|
|
|
| This test checks for situations where we should resolve the min-width as
|
| (d) above, with "constraints in the other dimension" being "min-height".
|
| - -->
|
| +-->
|
| <style>
|
| .flexbox {
|
| display: flex;
|
| @@ -44,22 +44,22 @@
|
| </style>
|
| </head>
|
| <body>
|
| - <!-- Check for min-width:auto resolving correctly when the smallest
|
| - candidate value is: -->
|
| + <!-- Check for min-width:auto resolving correctly when the smallest
|
| + candidate value is: -->
|
|
|
| - <!-- *** (d) (with intrinsic aspect ratio) The width derived from ratio
|
| - and constraints in the other dimension *** -->
|
| - <!-- First, with a larger candidate 'flex-basis' value (from 'width') -->
|
| + <!-- *** (d) (with intrinsic aspect ratio) The width derived from ratio
|
| + and constraints in the other dimension *** -->
|
| + <!-- First, with a larger candidate 'flex-basis' value (from 'width') -->
|
| <div class="flexbox">
|
| <img style="width: 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-width:auto' anyway) -->
|
| + <!-- ...and now with a larger explicit 'flex-basis' value (which shouldn't
|
| + be considered for 'min-width: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-width:auto' anyway) -->
|
| + <!-- ...and now with a smaller explicit 'flex-basis' value (which shouldn't
|
| + be considered for 'min-width:auto' anyway) -->
|
| <div class="flexbox">
|
| <img style="flex-basis: 10px" src="support/solidblue.png" alt="blue square">
|
| </div>
|
|
|