Index: LayoutTests/fast/block/inflow-bottom-margin-expected.html |
diff --git a/LayoutTests/fast/block/inflow-bottom-margin-expected.html b/LayoutTests/fast/block/inflow-bottom-margin-expected.html |
deleted file mode 100644 |
index 68085cba602d4372472ceb3140fe689f77327fa7..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/block/inflow-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="background-color: green; height: 100px; width: 100px;"> |
- <div style="background-color: yellow; border: 1px solid red; width: 100px; height: 1050px; margin-top: 50px;"> |
- </div> |
- </div> |
- </body> |
-</html> |