| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-flex-flow-001.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-flex-flow-001.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-flex-flow-001.html
|
| index 1cc6e9aaec7bf1dc5db0f893b46f5590fe7d7940..a29b89aa6904ca41a773638c99dec4da733fb5bc 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-flex-flow-001.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-flex-flow-001.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 all the values of the "flex-flow" shorthand property, with 4 flex items in each container</title>
|
| @@ -34,7 +34,7 @@
|
| </style>
|
| </head>
|
| <body>
|
| - <!-- single-line (flex-wrap unspecified): -->
|
| + <!-- single-line (flex-wrap unspecified): -->
|
| <div class="flexContainer" style="flex-flow: row">
|
| <div>1</div><div>2</div><div>3</div><div>4</div>
|
| </div>
|
| @@ -50,7 +50,7 @@
|
|
|
| <div style="clear:both"></div>
|
|
|
| - <!-- now using "wrap", after flex-direction: -->
|
| + <!-- now using "wrap", after flex-direction: -->
|
| <div class="flexContainer" style="flex-flow: row wrap">
|
| <div>1</div><div>2</div><div>3</div><div>4</div>
|
| </div>
|
| @@ -66,7 +66,7 @@
|
|
|
| <div style="clear:both"></div>
|
|
|
| - <!-- now using "wrap", before flex-direction: -->
|
| + <!-- now using "wrap", before flex-direction: -->
|
| <div class="flexContainer" style="flex-flow: wrap row">
|
| <div>1</div><div>2</div><div>3</div><div>4</div>
|
| </div>
|
| @@ -82,7 +82,7 @@
|
|
|
| <div style="clear:both"></div>
|
|
|
| - <!-- now using "wrap-reverse", after flex-direction: -->
|
| + <!-- now using "wrap-reverse", after flex-direction: -->
|
| <div class="flexContainer" style="flex-flow: row wrap-reverse">
|
| <div>1</div><div>2</div><div>3</div><div>4</div>
|
| </div>
|
| @@ -98,7 +98,7 @@
|
|
|
| <div style="clear:both"></div>
|
|
|
| - <!-- now using "wrap-reverse", before flex-direction: -->
|
| + <!-- now using "wrap-reverse", before flex-direction: -->
|
| <div class="flexContainer" style="flex-flow: wrap-reverse row">
|
| <div>1</div><div>2</div><div>3</div><div>4</div>
|
| </div>
|
| @@ -114,7 +114,7 @@
|
|
|
| <div style="clear:both"></div>
|
|
|
| - <!-- now just specifying flex-wrap (no flex-direction) -->
|
| + <!-- now just specifying flex-wrap (no flex-direction) -->
|
| <div class="flexContainer" style="flex-flow: wrap">
|
| <div>1</div><div>2</div><div>3</div><div>4</div>
|
| </div>
|
|
|