| Index: LayoutTests/fast/multicol/margin-collapse.html
 | 
| diff --git a/LayoutTests/fast/multicol/margin-collapse.html b/LayoutTests/fast/multicol/margin-collapse.html
 | 
| deleted file mode 100644
 | 
| index 287d58787a567e2dfad40331d80936639c39138a..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/fast/multicol/margin-collapse.html
 | 
| +++ /dev/null
 | 
| @@ -1,13 +0,0 @@
 | 
| -<html>
 | 
| -<head>
 | 
| -<style>
 | 
| -.columns { -moz-column-count:2; -webkit-column-count:2; column-count:2; column-fill:auto; border:2px solid black; height:300px }
 | 
| -.block { height:200px; background-color:purple; }
 | 
| -</style>
 | 
| -</head>
 | 
| -<body>
 | 
| -The two purple rectangles below should both be at the top of their columns.  If one is lower than the other, than the test has failed.
 | 
| -<div class="columns">
 | 
| -<div class="block" style="margin-bottom:200px"></div>
 | 
| -<div class="block"></div>
 | 
| -</div>
 | 
| 
 |