| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-vert-001a-expected.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-vert-001a-expected.xhtml b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-vert-001a-expected.xhtml
|
| index 58f510602ae373bb3b9541c48cbab9ec218e6358..8a6723465110a4f700d8d716b37fee201da37a1c 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-vert-001a-expected.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-vert-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>
|
| @@ -32,7 +32,7 @@
|
| </head>
|
| <body>
|
|
|
| - <!-- default (start) -->
|
| + <!-- default (start) -->
|
| <div class="flexbox">
|
| <div class="a"/>
|
| </div>
|
| @@ -43,7 +43,7 @@
|
| <div class="a"/><div class="b"/><div class="c"/>
|
| </div>
|
|
|
| - <!-- flex-start -->
|
| + <!-- flex-start -->
|
| <div class="flexbox">
|
| <div class="a"/>
|
| </div>
|
| @@ -54,7 +54,7 @@
|
| <div class="a"/><div class="b"/><div class="c"/>
|
| </div>
|
|
|
| - <!-- flex-end -->
|
| + <!-- flex-end -->
|
| <div class="flexbox">
|
| <div class="a" style="margin-top: 190px"/>
|
| </div>
|
| @@ -65,7 +65,7 @@
|
| <div class="a" style="margin-top: 40px"/><div class="b"/><div class="c"/>
|
| </div>
|
|
|
| - <!-- center -->
|
| + <!-- center -->
|
| <div class="flexbox">
|
| <div class="a" style="margin-top: 95px"/>
|
| </div>
|
| @@ -76,7 +76,7 @@
|
| <div class="a" style="margin-top: 20px"/><div class="b"/><div class="c"/>
|
| </div>
|
|
|
| - <!-- space-between -->
|
| + <!-- space-between -->
|
| <div class="flexbox">
|
| <div class="a"/>
|
| </div>
|
| @@ -89,7 +89,7 @@
|
| /><div class="c" style="margin-top: 20px"/>
|
| </div>
|
|
|
| - <!-- space-around -->
|
| + <!-- space-around -->
|
| <div class="flexbox">
|
| <div class="a" style="margin-top: 95px"/>
|
| </div>
|
|
|