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

Unified Diff: third_party/WebKit/Source/web/tests/data/touch-event-handler.html

Issue 1577263004: Communicate whether passive event listeners exist to cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_wheel_passive_listeners
Patch Set: Fix nits Created 4 years, 10 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/Source/web/tests/data/touch-event-handler.html
diff --git a/third_party/WebKit/Source/web/tests/data/scroll-event-handler-window.html b/third_party/WebKit/Source/web/tests/data/touch-event-handler.html
similarity index 62%
copy from third_party/WebKit/Source/web/tests/data/scroll-event-handler-window.html
copy to third_party/WebKit/Source/web/tests/data/touch-event-handler.html
index 2a0930e6442f32c98d067fe7e2b8a3038e56b989..208be2336c6406df0d9a54f0540f8df3e8bb6a48 100644
--- a/third_party/WebKit/Source/web/tests/data/scroll-event-handler-window.html
+++ b/third_party/WebKit/Source/web/tests/data/touch-event-handler.html
@@ -2,7 +2,7 @@
<html>
<head>
<script type="text/javascript">
- window.addEventListener('scroll', function(event) {
+ window.addEventListener('touchstart', function(event) {
});
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698