| Index: LayoutTests/fast/multicol/hit-test-gap-between-pages.html
 | 
| diff --git a/LayoutTests/fast/multicol/hit-test-gap-between-pages.html b/LayoutTests/fast/multicol/hit-test-gap-between-pages.html
 | 
| deleted file mode 100644
 | 
| index 83ddb054d495575f2640a84fd68696503a5e1043..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/fast/multicol/hit-test-gap-between-pages.html
 | 
| +++ /dev/null
 | 
| @@ -1,16 +0,0 @@
 | 
| -<html>
 | 
| -    <body style="margin: 0;">
 | 
| -        <div style="overflow: -webkit-paged-x; -webkit-column-gap: 20px; height: 300px; width: 100px; ">
 | 
| -            <div id=a style="height: 50%;"></div>
 | 
| -            <div id=b style="height: 50%;"></div>
 | 
| -            <div id="target" style="height: 50%;"></div>
 | 
| -            <div id=c style="height: 50%;"></div>
 | 
| -            <div id="result"></div>
 | 
| -        </div>
 | 
| -        <script>
 | 
| -            if (window.testRunner)
 | 
| -                testRunner.dumpAsText();
 | 
| -            document.getElementById("result").innerText = document.caretRangeFromPoint(115, 50).startContainer === document.getElementById("target") ? "PASS" : "FAIL";
 | 
| -        </script>
 | 
| -    </body>
 | 
| -</html>
 | 
| 
 |