| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-horiz-001a-expected.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-horiz-001a-expected.xhtml b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-horiz-001a-expected.xhtml
|
| index d4291caf9003cec4544ec78e481bc158c3b985e9..c52f60d6de55a32977a7fc95b228f78b7fa239a8 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-horiz-001a-expected.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-horiz-001a-expected.xhtml
|
| @@ -1,8 +1,8 @@
|
| <?xml version="1.0" encoding="UTF-8"?>
|
| -<!--
|
| +<!--
|
| Any copyright is dedicated to the Public Domain.
|
| http://creativecommons.org/publicdomain/zero/1.0/
|
| - -->
|
| +-->
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| <title>CSS Reftest Reference</title>
|
| @@ -41,7 +41,7 @@
|
| </head>
|
| <body>
|
|
|
| - <!-- default (stretch) -->
|
| + <!-- default (stretch) -->
|
| <div class="flexbox">
|
| <div class="a"/>
|
| </div>
|
| @@ -55,7 +55,7 @@
|
| <div class="c"/>
|
| </div>
|
|
|
| - <!-- flex-start -->
|
| + <!-- flex-start -->
|
| <div class="flexbox">
|
| <div class="a"/>
|
| </div>
|
| @@ -69,7 +69,7 @@
|
| <div class="c"/>
|
| </div>
|
|
|
| - <!-- flex-end -->
|
| + <!-- flex-end -->
|
| <div class="flexbox">
|
| <div class="a"/>
|
| </div>
|
| @@ -83,7 +83,7 @@
|
| <div class="c"/>
|
| </div>
|
|
|
| - <!-- center -->
|
| + <!-- center -->
|
| <div class="flexbox">
|
| <div class="a"/>
|
| </div>
|
| @@ -97,7 +97,7 @@
|
| <div class="c"/>
|
| </div>
|
|
|
| - <!-- space-between -->
|
| + <!-- space-between -->
|
| <div class="flexbox">
|
| <div class="a"/>
|
| </div>
|
| @@ -111,7 +111,7 @@
|
| <div class="c" style="margin-top: 60px"/>
|
| </div>
|
|
|
| - <!-- space-around -->
|
| + <!-- space-around -->
|
| <div class="flexbox">
|
| <div class="a"/>
|
| </div>
|
|
|