| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-horiz-001a.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-horiz-001a.xhtml b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-horiz-001a.xhtml
|
| index 7ce148859f2c3e098080eb96b626cb1bba824114..846667bf4cb7d2bfc9992bf5e632b463b536011a 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-horiz-001a.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-horiz-001a.xhtml
|
| @@ -1,10 +1,10 @@
|
| <?xml version="1.0" encoding="UTF-8"?>
|
| -<!--
|
| +<!--
|
| Any copyright is dedicated to the Public Domain.
|
| http://creativecommons.org/publicdomain/zero/1.0/
|
| - -->
|
| -<!-- Testcase with a series of horizontal flex containers, testing each
|
| - possible value of the 'justify-content' property. -->
|
| +-->
|
| +<!-- Testcase with a series of horizontal flex containers, testing each
|
| + possible value of the 'justify-content' property. -->
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| <title>CSS Test: Testing 'justify-content' in a horizontal flex container</title>
|
| @@ -36,7 +36,7 @@
|
| </head>
|
| <body>
|
|
|
| - <!-- default (start) -->
|
| + <!-- default (start) -->
|
| <div class="flexbox">
|
| <div class="a"/>
|
| </div>
|
| @@ -47,7 +47,7 @@
|
| <div class="a"/><div class="b"/><div class="c"/>
|
| </div>
|
|
|
| - <!-- flex-start -->
|
| + <!-- flex-start -->
|
| <div class="flexbox" style="justify-content: flex-start">
|
| <div class="a"/>
|
| </div>
|
| @@ -58,7 +58,7 @@
|
| <div class="a"/><div class="b"/><div class="c"/>
|
| </div>
|
|
|
| - <!-- flex-end -->
|
| + <!-- flex-end -->
|
| <div class="flexbox" style="justify-content: flex-end">
|
| <div class="a"/>
|
| </div>
|
| @@ -69,7 +69,7 @@
|
| <div class="a"/><div class="b"/><div class="c"/>
|
| </div>
|
|
|
| - <!-- center -->
|
| + <!-- center -->
|
| <div class="flexbox" style="justify-content: center">
|
| <div class="a"/>
|
| </div>
|
| @@ -80,7 +80,7 @@
|
| <div class="a"/><div class="b"/><div class="c"/>
|
| </div>
|
|
|
| - <!-- space-between -->
|
| + <!-- space-between -->
|
| <div class="flexbox" style="justify-content: space-between">
|
| <div class="a"/>
|
| </div>
|
| @@ -91,7 +91,7 @@
|
| <div class="a"/><div class="b"/><div class="c"/>
|
| </div>
|
|
|
| - <!-- space-around -->
|
| + <!-- space-around -->
|
| <div class="flexbox" style="justify-content: space-around">
|
| <div class="a"/>
|
| </div>
|
|
|