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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/panScroll-crash.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-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/panScroll-crash.html b/third_party/WebKit/LayoutTests/fast/events/panScroll-crash.html
deleted file mode 100644
index 8b94c4cf97de1121c269e86983332071deefafa3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/events/panScroll-crash.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-onload = function() {
- var c0 = document.querySelector('input');
- c0.style.display = 'none';
- c0.dispatchEvent(new MouseEvent('mousedown', { button: 1 }));
- document.body.innerHTML = 'PASS';
-};
-</script>
-<input>

Powered by Google App Engine
This is Rietveld 408576698