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

Unified Diff: LayoutTests/fast/block/positioned-bottom-margin-expected.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/positioned-bottom-margin-expected.html
diff --git a/LayoutTests/fast/block/positioned-bottom-margin-expected.html b/LayoutTests/fast/block/positioned-bottom-margin-expected.html
deleted file mode 100644
index 0a0b99777566493171aabfc8415ebd0315945ff1..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/block/positioned-bottom-margin-expected.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="position:absolute;width:auto;height:auto;top:0px;bottom:0px;left:0px;right:0px;min-height:200px;">
- <div style="background-color: yellow; border: 1px solid red; height: 1050px; margin-top: 50px;">
- </div>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698