| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003-expected.html
|
| index b4ba5d7cd8258515dd9fd8937dca0e4058bfc25e..ef9e8051ddaceb4d6b5ef08744dae421566dc523 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003-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>
|
|
|