Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: third_party/WebKit/LayoutTests/fast/events/panScroll-panIcon-expected.html

Issue 2289213002: Implement Middle Click Autoscroll on all platforms not just Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into panscroll Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/events/panScroll-panIcon-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/panScroll-panIcon-expected.html b/third_party/WebKit/LayoutTests/fast/events/panScroll-panIcon-expected.html
deleted file mode 100644
index cae8a8e27694176ab7d1b328b4d14313a1abd274..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/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>

Powered by Google App Engine
This is Rietveld 408576698