| Index: third_party/WebKit/LayoutTests/fast/events/panScroll-event-fired.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/panScroll-event-fired.html b/third_party/WebKit/LayoutTests/fast/events/panScroll-event-fired.html
|
| deleted file mode 100644
|
| index dfe33f40b4962dba74f8f8723571b12ac94605a2..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/events/panScroll-event-fired.html
|
| +++ /dev/null
|
| @@ -1,37 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<style type="text/css">
|
| -#scrollable {
|
| - height: 200px;
|
| - overflow: auto;
|
| - border: solid 3px #cc0000;
|
| - font-size: 80px;
|
| -}
|
| -</style>
|
| -<script src="../../resources/js-test.js"></script>
|
| -<script src="./resources/panScroll.js"></script>
|
| -<script>
|
| -window.addEventListener('mousedown', function(event) {
|
| -});
|
| -
|
| -function start()
|
| -{
|
| - description('Check pan scroll with mousedown event handler');
|
| - testPanScroll({
|
| - 'clickOrDrag': 'drag',
|
| - 'scrollable': $('scrollable'),
|
| - });
|
| -}
|
| -</script>
|
| -</head>
|
| -<body onload="start()">
|
| -<div id="container">
|
| -<p id="description"></p>
|
| -Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=32303">bug 32303</a> This tests that pan
|
| -scrolling works without event.preventDefault and the middle button mousedown event is fired.
|
| -To test manually, try to pan scroll inside this div.
|
| -<div id="scrollable"></div>
|
| -</div>
|
| -<div id="console"></div>
|
| -</body>
|
| -</html>
|
|
|