Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-002a.html

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-002a.html
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-002a.html b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-002a.html
index 6c9a091741d5be1e09a340e46cba32d1d752d74b..e68b98a5ae0844345764786677096780d43e093f 100644
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-002a.html
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-002a.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 single-line flex containers (should have no effect)</title>
@@ -28,16 +28,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>
@@ -49,9 +49,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>
@@ -60,7 +60,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>
@@ -75,9 +75,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>
@@ -88,7 +88,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>

Powered by Google App Engine
This is Rietveld 408576698