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

Unified Diff: chrome/test/data/navigation_interception/navigation_from_image_onload.html

Issue 2414273003: Remove UserGesture on touch scrolls (Closed)
Patch Set: Improve comments Created 4 years, 1 month 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
« no previous file with comments | « no previous file | chrome/test/data/navigation_interception/navigation_from_user_gesture.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/navigation_interception/navigation_from_image_onload.html
diff --git a/chrome/test/data/navigation_interception/navigation_from_image_onload.html b/chrome/test/data/navigation_interception/navigation_from_image_onload.html
index 6d053f5271515df4509c2433c73a357395573655..90c78b04d53264fd1dbfb748cf18cb64f07c2d6e 100644
--- a/chrome/test/data/navigation_interception/navigation_from_image_onload.html
+++ b/chrome/test/data/navigation_interception/navigation_from_image_onload.html
@@ -32,7 +32,7 @@ found in the LICENSE file.
};
function setup() {
- first.ontouchstart = pingAndOpenHello;
+ first.ontouchend = pingAndOpenHello;
};
</script>
</head>
« no previous file with comments | « no previous file | chrome/test/data/navigation_interception/navigation_from_user_gesture.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698