| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003.html
|
| index ae84841dd152944cbc18391a2a8ad001c6b72f5f..ef7d787beb6ad8386a1e4078ad1a41bb5fc31592 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-baseline-multi-line-horiz-003.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 Test: Testing the baseline of a horizontal multi-line (wrap) flex container with baseline-aligned items on first line</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="flexContainer">
|
| <div class="medFont">b</div>
|
| <div class="bigFont" style="align-self: baseline">c</div>
|
| @@ -51,8 +51,8 @@
|
| <div class="smallFont">e</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="flexContainer">
|
| <div class="smallFont" style="align-self: baseline">f</div>
|
| <div class="medFont" style="align-self: baseline">g</div>
|
| @@ -60,8 +60,8 @@
|
| <div class="smallFont">i</div>
|
| </div>
|
|
|
| - <!-- Flex container with all items baseline-aligned, and with some padding
|
| - (only those on first line should set the container's baseline) -->
|
| + <!-- Flex container with all items baseline-aligned, and with some padding
|
| + (only those on first line should set the container's baseline) -->
|
| <div class="flexContainer" style="align-items: baseline">
|
| <div class="bigFont">j</div>
|
| <div class="smallFont" style="padding-bottom: 20px">k</div>
|
|
|