| Index: LayoutTests/platform/chromium-win/fast/events/panScroll-panIcon-expected.html
|
| diff --git a/LayoutTests/platform/chromium-win/fast/events/panScroll-panIcon-expected.html b/LayoutTests/platform/chromium-win/fast/events/panScroll-panIcon-expected.html
|
| deleted file mode 100644
|
| index cae8a8e27694176ab7d1b328b4d14313a1abd274..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium-win/fast/events/panScroll-panIcon-expected.html
|
| +++ /dev/null
|
| @@ -1,44 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<style type="text/css">
|
| -#draggable {
|
| - padding: 5pt;
|
| - border: 3px solid #00cc00;
|
| - background: #00cccc;
|
| - width: 80px;
|
| - cursor: hand;
|
| -}
|
| -
|
| -#scrollable {
|
| - height: 200px;
|
| - overflow: auto;
|
| - border: solid 3px #cc0000;
|
| - font-size: 80px;
|
| -}
|
| -</style>
|
| -</head>
|
| -<body>
|
| -You should run this test in DRT.
|
| -<br>
|
| -For manual testing, hold middle button in scrollable and move aroudn mouse pointer for scrolling, then release middle button to stop scrolling.
|
| -You won't see pan icon after pan scroll.
|
| -<div id="container">
|
| -Scrollable
|
| -<div id="scrollable">
|
| -<div>line 0</div>
|
| -<div>line 1</div>
|
| -<div>line 2</div>
|
| -<div>line 3</div>
|
| -<div>line 4</div>
|
| -<div>line 5</div>
|
| -<div>line 6</div>
|
| -<div>line 7</div>
|
| -<div>line 8</div>
|
| -<div>line 9</div>
|
| -</div>
|
| -</div>
|
| -<script>
|
| -setUpTest();
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|