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

Unified Diff: LayoutTests/fast/regions/text-region-split-small-pagination.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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: LayoutTests/fast/regions/text-region-split-small-pagination.html
diff --git a/LayoutTests/fast/regions/text-region-split-small-pagination.html b/LayoutTests/fast/regions/text-region-split-small-pagination.html
deleted file mode 100644
index 4260d56a3c70d72611396321124378678b66318e..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/text-region-split-small-pagination.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<head>
-<style>
- #content { -webkit-flow-into: flow; }
- .region { -webkit-flow-from: flow; border:2px solid black; margin:1em 0}
- .finished #content, .finished .region { display: none; }
-
- #region1 { width: 200px; height: 30px; }
- #region2 { width: 200px; height: 50px; }
- #region3 { width: 200px; height: 50px; }
- #region4 { width: 200px; height: 50px; }
-</style>
-</head>
-<div id="content">
- <p style="-webkit-region-break-after: always"><b class="check region2">Text in region 2.</b> This paragraph has "<i>-webkit-region-break-after: always</i>". <b class="check region3">There should be nothing in this region after this line.</b></p>
-
- </div>
-
-<div id="region1" class="region"></div>
-<div id="region2" class="region"></div>
-<div id="region3" class="region"></div>
-<div id="region4" class="region"></div>

Powered by Google App Engine
This is Rietveld 408576698