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

Unified Diff: LayoutTests/fast/regions/webkit-flow-renderer-expected.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/webkit-flow-renderer-expected.html
diff --git a/LayoutTests/fast/regions/webkit-flow-renderer-expected.html b/LayoutTests/fast/regions/webkit-flow-renderer-expected.html
deleted file mode 100644
index caf7b4e00db781ced921a95161f88003c0c049d4..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/webkit-flow-renderer-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE HTML>
-<style>
- .region{
- height:100px;
- }
-</style>
-
-<body>
- <div class="region">
- <div>DIV4 - flowA</div>
- <div>DIV1 - flowA</div>
- </div>
- <div class="region">
- <div>DIV5 - flowB</div>
- <div>DIV7 - flowB</div>
- <span>SPAN2 - flowB</span>
- <div>DIV6 - flowB</div>
- </div>
- <div class="region">
- <div>DIV3 - flowC</div>
- <div>DIV8 - flowC</div>
- </div>
-</body>
« no previous file with comments | « LayoutTests/fast/regions/webkit-flow-renderer.html ('k') | LayoutTests/fast/regions/webkit-flow-renderer-layer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698