| Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-002b.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-002b.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-002b.html
|
| index cf77ab9b851848b701a62979fc1f64495feb1dd6..cda5fecd44f3757dc23a3ef49549bebb37b9b433 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-002b.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-002b.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-after in vertical single-line flex containers (should have no effect)</title>
|
| @@ -28,16 +28,16 @@
|
| </style>
|
| </head>
|
| <body>
|
| - <!-- page-break-after specified on first (and only) item, at a point where
|
| - we're already "breaking" (the end): -->
|
| - <!-- * With 'page-break-after: auto, avoid' (not requesting a break): -->
|
| + <!-- page-break-after specified on first (and only) item, at a point where
|
| + we're already "breaking" (the end): -->
|
| + <!-- * With 'page-break-after: auto, avoid' (not requesting a break): -->
|
| <div class="flexbox">
|
| <div class="item" style="page-break-after: auto"></div>
|
| </div>
|
| <div class="flexbox">
|
| <div class="item" style="page-break-after: avoid"></div>
|
| </div>
|
| - <!-- * With 'page-break-after: always, left, right' (requesting a break): -->
|
| + <!-- * With 'page-break-after: always, left, right' (requesting a break): -->
|
| <div class="flexbox">
|
| <div class="item" style="page-break-after: always"></div>
|
| </div>
|
| @@ -49,9 +49,9 @@
|
| </div>
|
| <div style="clear: both"></div>
|
|
|
| - <!-- page-break-after specified on first item, at a point where breaking
|
| - would otherwise be unnecessary: -->
|
| - <!-- * With 'page-break-after: auto, avoid' (not requesting a break): -->
|
| + <!-- page-break-after specified on first item, at a point where breaking
|
| + would otherwise be unnecessary: -->
|
| + <!-- * With 'page-break-after: auto, avoid' (not requesting a break): -->
|
| <div class="flexbox">
|
| <div class="item" style="page-break-after: auto"></div>
|
| <div class="item"></div>
|
| @@ -60,7 +60,7 @@
|
| <div class="item" style="page-break-after: avoid"></div>
|
| <div class="item"></div>
|
| </div>
|
| - <!-- * With 'page-break-after: always, left, right' (requesting a break): -->
|
| + <!-- * With 'page-break-after: always, left, right' (requesting a break): -->
|
| <div class="flexbox">
|
| <div class="item" style="page-break-after: always"></div>
|
| <div class="item"></div>
|
| @@ -75,9 +75,9 @@
|
| </div>
|
| <div style="clear: both"></div>
|
|
|
| - <!-- page-break-after specified on second item, at a point where breaking
|
| - is already necessary: -->
|
| - <!-- * With 'page-break-after: auto, avoid' (not requesting a break): -->
|
| + <!-- page-break-after specified on second item, at a point where breaking
|
| + is already necessary: -->
|
| + <!-- * With 'page-break-after: auto, avoid' (not requesting a break): -->
|
| <div class="flexbox">
|
| <div class="item"></div>
|
| <div class="item" style="page-break-after: auto"></div>
|
| @@ -88,7 +88,7 @@
|
| <div class="item" style="page-break-after: avoid"></div>
|
| <div class="item"></div>
|
| </div>
|
| - <!-- * With 'page-break-after: always, left, right' (requesting a break): -->
|
| + <!-- * With 'page-break-after: always, left, right' (requesting a break): -->
|
| <div class="flexbox">
|
| <div class="item"></div>
|
| <div class="item" style="page-break-after: always"></div>
|
|
|