| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-empty-001b.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-empty-001b.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-empty-001b.html
|
| index 476018f2878a159cdebc3a231c4098c508836ecc..74f13fbba05245e074c62e357a46566d34e9d071 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-empty-001b.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-empty-001b.html
|
| @@ -6,11 +6,12 @@
|
| <!-- Testcase for how we compute the baseline of a vertical flex container
|
| with no flex items. This is the cross-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 cross-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>
|
| @@ -42,5 +43,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>
|
|
|