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

Unified Diff: Source/WebKit/chromium/tests/data/wheel-event-handler.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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: Source/WebKit/chromium/tests/data/wheel-event-handler.html
diff --git a/Source/WebKit/chromium/tests/data/wheel-event-handler.html b/Source/WebKit/chromium/tests/data/wheel-event-handler.html
deleted file mode 100644
index 7e450a4ece67690280cfd4e100a4c5c12f0f4dc7..0000000000000000000000000000000000000000
--- a/Source/WebKit/chromium/tests/data/wheel-event-handler.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <script type="text/javascript">
- window.addEventListener('mousewheel', function(event) {
- });
- </script>
-</head>
-
-</html>
« no previous file with comments | « Source/WebKit/chromium/tests/data/visible_iframe.html ('k') | Source/WebKit/chromium/tests/data/white-1x1.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698