| Index: LayoutTests/fast/block/positioned-bottom-margin.html
|
| diff --git a/LayoutTests/fast/block/positioned-bottom-margin.html b/LayoutTests/fast/block/positioned-bottom-margin.html
|
| deleted file mode 100644
|
| index 9ccbfd7fa6b4e40bad87116f27d85c5557b04ea8..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/block/positioned-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="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: 1000px; margin-top: 50px; margin-bottom: 50px;">
|
| - </div>
|
| - </div>
|
| - </body>
|
| -</html>
|
|
|