| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-001a.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-001a.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-001a.html
|
| index 12206b03e9d3d263066526c4ee78da7af5f5bdaf..5be8d5307bd55d87135793eb8f3e9c210ee8e692 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-001a.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-001a.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 page-break-before in vertical multi-line flex containers</title>
|
| @@ -29,16 +29,16 @@
|
| </style>
|
| </head>
|
| <body>
|
| - <!-- page-break-before specified on first (and only) item, at a point where
|
| - we're already "breaking" (the beginning): -->
|
| - <!-- * With 'page-break-before: auto, avoid' (not requesting a break): -->
|
| + <!-- page-break-before specified on first (and only) item, at a point where
|
| + we're already "breaking" (the beginning): -->
|
| + <!-- * With 'page-break-before: auto, avoid' (not requesting a break): -->
|
| <div class="flexbox">
|
| <div class="item" style="page-break-before: auto"></div>
|
| </div>
|
| <div class="flexbox">
|
| <div class="item" style="page-break-before: avoid"></div>
|
| </div>
|
| - <!-- * With 'page-break-before: always, left, right' (requesting a break): -->
|
| + <!-- * With 'page-break-before: always, left, right' (requesting a break): -->
|
| <div class="flexbox">
|
| <div class="item" style="page-break-before: always"></div>
|
| </div>
|
| @@ -50,9 +50,9 @@
|
| </div>
|
| <div style="clear: both"></div>
|
|
|
| - <!-- page-break-before specified on second item, at a point where breaking
|
| - would otherwise be unnecessary: -->
|
| - <!-- * With 'page-break-before: auto, avoid' (not requesting a break): -->
|
| + <!-- page-break-before specified on second item, at a point where breaking
|
| + would otherwise be unnecessary: -->
|
| + <!-- * With 'page-break-before: auto, avoid' (not requesting a break): -->
|
| <div class="flexbox">
|
| <div class="item"></div>
|
| <div class="item" style="page-break-before: auto"></div>
|
| @@ -61,7 +61,7 @@
|
| <div class="item"></div>
|
| <div class="item" style="page-break-before: avoid"></div>
|
| </div>
|
| - <!-- * With 'page-break-before: always, left, right' (requesting a break): -->
|
| + <!-- * With 'page-break-before: always, left, right' (requesting a break): -->
|
| <div class="flexbox">
|
| <div class="item"></div>
|
| <div class="item" style="page-break-before: always"></div>
|
| @@ -76,9 +76,9 @@
|
| </div>
|
| <div style="clear: both"></div>
|
|
|
| - <!-- page-break-before specified on third item, at a point where breaking
|
| - is already necessary: -->
|
| - <!-- * With 'page-break-before: auto, avoid' (not requesting a break): -->
|
| + <!-- page-break-before specified on third item, at a point where breaking
|
| + is already necessary: -->
|
| + <!-- * With 'page-break-before: auto, avoid' (not requesting a break): -->
|
| <div class="flexbox">
|
| <div class="item"></div>
|
| <div class="item"></div>
|
| @@ -89,7 +89,7 @@
|
| <div class="item"></div>
|
| <div class="item" style="page-break-before: avoid"></div>
|
| </div>
|
| - <!-- * With 'page-break-before: always, left, right' (requesting a break): -->
|
| + <!-- * With 'page-break-before: always, left, right' (requesting a break): -->
|
| <div class="flexbox">
|
| <div class="item"></div>
|
| <div class="item"></div>
|
|
|