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

Unified Diff: chrome/test/data/navigation_interception/navigation_from_user_gesture_to_iframe_page.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
Index: chrome/test/data/navigation_interception/navigation_from_user_gesture_to_iframe_page.html
diff --git a/chrome/test/data/navigation_interception/navigation_from_user_gesture_to_iframe_page.html b/chrome/test/data/navigation_interception/navigation_from_user_gesture_to_iframe_page.html
index 8921317371d3ad2d78828f6e14472d7129ffa42f..02fefae2d79f1488d98e2d46db19cbcac421a7d6 100644
--- a/chrome/test/data/navigation_interception/navigation_from_user_gesture_to_iframe_page.html
+++ b/chrome/test/data/navigation_interception/navigation_from_user_gesture_to_iframe_page.html
@@ -27,7 +27,7 @@ found in the LICENSE file.
};
function setup() {
- first.ontouchstart = openIFrameContainerPage;
+ first.ontouchend = openIFrameContainerPage;
first.onclick = openIFrameContainerPage;
};
</script>

Powered by Google App Engine
This is Rietveld 408576698