| Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/body-make-unpaginated.html | 
| diff --git a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/body-make-unpaginated.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/body-make-unpaginated.html | 
| deleted file mode 100644 | 
| index da122cdf1906dd4a3f9636c52abca690d90f2a3c..0000000000000000000000000000000000000000 | 
| --- a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/body-make-unpaginated.html | 
| +++ /dev/null | 
| @@ -1,22 +0,0 @@ | 
| -<!DOCTYPE html> | 
| -<html> | 
| -    <head> | 
| -        <script> | 
| -            if (window.internals) | 
| -                internals.settings.setRegionBasedColumnsEnabled(true); | 
| -        </script> | 
| -        <title>Dynamically remove paged overflow on the body element</title> | 
| -        <script> | 
| -            function test() { | 
| -                document.body.offsetTop; // trigger layout | 
| -                document.body.style.overflow = 'auto'; | 
| -            } | 
| -        </script> | 
| -    </head> | 
| -    <body onload="test()" style="overflow:-webkit-paged-x; overflow:paged-x;"> | 
| -        <div style="height:150vh;"> | 
| -            The word 'PASS' should be seen below. | 
| -            <div style="-webkit-column-break-before:always;">PASS</div> | 
| -        </div> | 
| -    </body> | 
| -</html> | 
|  |