| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-004-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-004-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-004-expected.html
|
| index 4417fb220781a0972476940caf516f071fce8cbe..212b3b1e979ddd72a6aac9b22560495d1d12c68d 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-004-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-004-expected.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| -<!--
|
| +<!--
|
| Any copyright is dedicated to the Public Domain.
|
| http://creativecommons.org/publicdomain/zero/1.0/
|
| - -->
|
| +-->
|
| <html>
|
| <head>
|
| <title>CSS Reftest Reference</title>
|
| @@ -42,8 +42,8 @@
|
| </head>
|
| <body>
|
| a
|
| - <!-- Flex container with second item in first line baseline-aligned
|
| - (should set the container's baseline) -->
|
| + <!-- Flex container with second item in first line baseline-aligned
|
| + (should set the container's baseline) -->
|
| <div class="outerFlexContainer">
|
| <div class="flexContainer">
|
| <div class="medFont">b</div>
|
| @@ -55,8 +55,8 @@
|
| </div>
|
| </div>
|
|
|
| - <!-- Flex container with both items in first line baseline-aligned
|
| - (should set the container's baseline) -->
|
| + <!-- Flex container with both items in first line baseline-aligned
|
| + (should set the container's baseline) -->
|
| <div class="outerFlexContainer">
|
| <div class="flexContainer">
|
| <div class="smallFont" style="align-self: baseline">f</div>
|
| @@ -68,8 +68,8 @@
|
| </div>
|
| </div>
|
|
|
| - <!-- Flex container with all items baseline-aligned
|
| - (only those on first line should set the container's baseline) -->
|
| + <!-- Flex container with all items baseline-aligned
|
| + (only those on first line should set the container's baseline) -->
|
| <div class="outerFlexContainer">
|
| <div class="flexContainer" style="align-items: baseline">
|
| <div class="bigFont">j</div>
|
|
|