| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-empty-001a.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-empty-001a.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-empty-001a.html
|
| index bb196c4c942247767b3638ffe838653d8e0a9475..aaf8bb3e50ff7385debb5b7661e0b9ab875a1c93 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-empty-001a.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-empty-001a.html
|
| @@ -6,11 +6,12 @@
|
| <!-- Testcase for how we compute the baseline of a horizontal flex container
|
| with no flex items. This is the main-axis baseline. The spec says this
|
| about this case:
|
| + https://drafts.csswg.org/css-flexbox/#flex-baselines
|
| + "Otherwise, the flex container has no first/last main-axis baseline set,
|
| + and one is synthesized if needed according to the rules of its alignment context."
|
|
|
| - The flex container's main-axis baseline is synthesized
|
| - from ... the flex container's content box.
|
| -
|
| - I'm taking that to mean the baseline is the bottom of the content box.
|
| + The alignment context in this case is inline-level so the margin-box
|
| + should be used to synthesize the baseline.
|
| -->
|
| <html>
|
| <head>
|
| @@ -41,5 +42,6 @@
|
| <div class="flexContainer" style="padding: 10px"></div>
|
| <div class="flexContainer" style="border-width: 3px"></div>
|
| <div class="flexContainer" style="border-bottom-width: 4px"></div>
|
| + <div class="flexContainer" style="border-bottom-width: 4px; margin: 2px"></div>
|
| </body>
|
| </html>
|
|
|