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

Unified Diff: LayoutTests/fast/regions/region-overflow-auto-overflow-hidden-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-auto-overflow-hidden-expected.html
diff --git a/LayoutTests/fast/regions/region-overflow-auto-overflow-hidden-expected.html b/LayoutTests/fast/regions/region-overflow-auto-overflow-hidden-expected.html
deleted file mode 100644
index 2151a4f28c80bc75f83d61b60ae43977850484a5..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/region-overflow-auto-overflow-hidden-expected.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <style>
- body {
- font-family: monospace;
- }
-
- #region_1, #region_2 {
- overflow: hidden;
- display: inline-block;
- vertical-align: top;
- margin: 2px;
- }
-
- #region_1 {
- height: 400px;
- width: 400px;
- border: 1px solid #a0a0a0;
- }
-
- #region_2 {
- height: 200px;
- width: 300px;
- border: 1px solid black;
- }
- </style>
- </head>
- <body>
- <div id="region_1">
- <div style="font-size: 18px; line-height: 2; color: #a0a0a0; text-align: justify">
- <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>
- <div id="region_2">
- <div style="font-size: 12px; line-height: 2; color: #00a0e0; text-align: justify">
- <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>
- <div style="font-size: 12px; line-height: 2; color: #800000; text-align: justify">
- <span style="background-color: #800000">
- 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>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698