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

Unified Diff: LayoutTests/fast/regions/region-overflow-break-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/region-overflow-break-expected.html
diff --git a/LayoutTests/fast/regions/region-overflow-break-expected.html b/LayoutTests/fast/regions/region-overflow-break-expected.html
deleted file mode 100644
index e02dbde86b06a1a99d1ef9b4a0ee0e731df105fd..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/region-overflow-break-expected.html
+++ /dev/null
@@ -1,71 +0,0 @@
-<!doctype html>
-
-<style>
-body {
- font-family: monospace;
- max-width: 900px;
-}
-
-#gray, #blue {
- vertical-align:top;
-}
-
-#blue {
- overflow: hidden;
-}
-
-#gray {
- height:400px;
- width:400px;
- margin:2px;
- border:1px solid #a0a0a0;
- font-size:18px;
- line-height:2;
- color:#a0a0a0;
- text-align:justify;
- clear:both;
- float:left;
-}
-
-#blue {
- height:200px;
- width:300px;
- margin-top: 2px;
- margin-left:10px;
- border:1px solid black;
- font-size:12px;
- line-height:2;
- color:#00a0e0;
- text-align:justify;
- clear:none;
- float:left;
-}
-</style>
-
-<div id="gray">
- <span style="background-color:#a0a0a0">
- This is some content This is some content
- This is some content This is some content
- This is some content This is some content
- This is some content This is some content
- This is some content This is some content
- This is some content This is some content
- This is some content This is some content
- This is some content This is some content
- This is some content This
- </span>
-</div>
-
-<div id="blue">
- <span style="background-color:#00a0e0">
- This is some content This is some content
- This is some content This is some content
- This is some content This is some content
- This is some content This is some content
- This is some content This is some content
- This is some content This is some content
- This is some content This is some content
- This is some content This is some content
- </span>
-</div>
-
« no previous file with comments | « LayoutTests/fast/regions/region-overflow-break.html ('k') | LayoutTests/fast/regions/region-range-for-box-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698