| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001.html
|
| index cfd80d284db28bb423f04b6acb64d0f04439aebd..25b87367d0dd41cc2c5d1917aada25b71ebc63fd 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-align-self-baseline-vert-001.html
|
| @@ -1,15 +1,15 @@
|
| <!DOCTYPE html>
|
| -<!--
|
| +<!--
|
| Any copyright is dedicated to the Public Domain.
|
| http://creativecommons.org/publicdomain/zero/1.0/
|
| - -->
|
| -<!-- Testcase for how we compute the baseline of a vertical flex container with
|
| +-->
|
| +<!-- Testcase for how we compute the baseline of a vertical flex container with
|
| several flex items, some of which have "align-self:baseline". Since we're
|
| vertical and the items' baselines are horizontal, they do not end up
|
| participating in baseline alignment, so their "align-self:baseline"
|
| computed style doesn't have any special effect on the container's
|
| baseline.
|
| - -->
|
| +-->
|
| <html>
|
| <head>
|
| <title>CSS Test: Testing the baseline of a vertical flex container with baseline-aligned flex items</title>
|
|
|