| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-vert-001b.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-vert-001b.xhtml b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-vert-001b.xhtml
|
| index c76c1419d1abf4e7059e7737b85ec2d64be29c83..57641915f359adf00990b9541ff8e6b28bcb3bc5 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-vert-001b.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-vert-001b.xhtml
|
| @@ -1,11 +1,11 @@
|
| <?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 vertical flex containers, with 1-3 flex lines,
|
| +-->
|
| +<!-- Testcase with a series of vertical flex containers, with 1-3 flex lines,
|
| testing each possible value of the 'align-content' property. Additionally,
|
| - the flex container derives its height from the "max-height" property. -->
|
| + the flex container derives its height from the "max-height" property.-->
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| <title>CSS Test: Testing 'align-content' in a vertical flex container</title>
|
| @@ -51,7 +51,7 @@
|
| </head>
|
| <body>
|
|
|
| - <!-- default (stretch) -->
|
| + <!-- default (stretch) -->
|
| <div class="flexbox">
|
| <div class="a"/>
|
| </div>
|
| @@ -65,7 +65,7 @@
|
| <div class="c"/>
|
| </div>
|
|
|
| - <!-- flex-start -->
|
| + <!-- flex-start -->
|
| <div class="flexbox" style="align-content: flex-start">
|
| <div class="a"/>
|
| </div>
|
| @@ -79,7 +79,7 @@
|
| <div class="c"/>
|
| </div>
|
|
|
| - <!-- flex-end -->
|
| + <!-- flex-end -->
|
| <div class="flexbox" style="align-content: flex-end">
|
| <div class="a"/>
|
| </div>
|
| @@ -93,7 +93,7 @@
|
| <div class="c"/>
|
| </div>
|
|
|
| - <!-- center -->
|
| + <!-- center -->
|
| <div class="flexbox" style="align-content: center">
|
| <div class="a"/>
|
| </div>
|
| @@ -107,7 +107,7 @@
|
| <div class="c"/>
|
| </div>
|
|
|
| - <!-- space-between -->
|
| + <!-- space-between -->
|
| <div class="flexbox" style="align-content: space-between">
|
| <div class="a"/>
|
| </div>
|
| @@ -121,7 +121,7 @@
|
| <div class="c"/>
|
| </div>
|
|
|
| - <!-- space-around -->
|
| + <!-- space-around -->
|
| <div class="flexbox" style="align-content: space-around">
|
| <div class="a"/>
|
| </div>
|
|
|