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

Unified Diff: LayoutTests/fast/block/inflow-bottom-margin.html

Issue 99903006: Revert "See also webkit.org/b/113415" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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/block/inflow-bottom-margin.html
diff --git a/LayoutTests/fast/block/inflow-bottom-margin.html b/LayoutTests/fast/block/inflow-bottom-margin.html
deleted file mode 100644
index eaaadf8874db3c9a63077bd8c8d316ba4beaf290..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/block/inflow-bottom-margin.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE HTML>
-<html>
- <body>
- <p> Bug 270473: When you scroll down there should be 50px of space provided by the margin after the yellow box.</p>
- <div style="background-color: green; height: 100px; width: 100px;">
- <div style="background-color: yellow; border: 1px solid red; width: 100px; height: 1000px; margin-top: 50px; margin-bottom: 50px;">
- </div>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698