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

Unified Diff: LayoutTests/fast/regions/text-region-breaks.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-breaks.html
diff --git a/LayoutTests/fast/regions/text-region-breaks.html b/LayoutTests/fast/regions/text-region-breaks.html
deleted file mode 100644
index a867a3b2d5cd70dd747e93d3129bbcc84c17e3c4..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/text-region-breaks.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<!DOCTYPE html>
-
-<style>
- #content { -webkit-flow-into: flow; }
- .region { -webkit-flow-from: flow; }
- .finished #content, .finished .region { display: none; }
-
- #region1 { width: 70px; height: 60px; }
- #region2 { width: 200px; height: 100px; }
- #region3 { width: 110px; height: 120px; }
- #region4 { width: 220px; height: 100px; }
- #region5 { width: 200px; height: 140px; }
-</style>
-
-<div id="content">
- <div style="-webkit-region-break-after: always"><b class="check region1">Region 1</b></div>
-
- <div>
- <div>
- <div style="-webkit-region-break-after: always">
- <div>
- <b class="check region2">Region 2</b>
- <div style="-webkit-region-break-before: always; margin-top:35px;"><b class="check region3">Region 3</b></div>
- </div>
- </div>
- </div>
- </div>
-
- <div><b class="check region4">Region 4</b></div>
-
-
- <div style="-webkit-region-break-inside: avoid;">
- <b class="check region5 start">Start of region 5.</b> Do not split these lines. Do not split these lines. Do not split these lines. Do not split these lines. Do not split these lines. Do not split these lines. Do not split these lines. <b class="check region5 end">End of region 5.</b>
- </div>
-
-</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>
-<div id="region5" class="region"></div>
-
-<script src="resources/helper.js"></script>
-<script>
- if (window.testRunner)
- testRunner.dumpAsText();
- if (testContentToRegionsMapping())
- document.body.className = "finished";
-</script>
« no previous file with comments | « LayoutTests/fast/regions/table-cell-as-region-expected.html ('k') | LayoutTests/fast/regions/text-region-breaks-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698