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> |