| Index: chrome/test/data/navigation_interception/navigation_from_user_gesture.html
|
| diff --git a/chrome/test/data/navigation_interception/navigation_from_user_gesture.html b/chrome/test/data/navigation_interception/navigation_from_user_gesture.html
|
| index 885df973d0ba02cb64c9450c2f792372261707bc..4d5a44d3b22022ba38dd422eaf3f9c18ae2840d6 100644
|
| --- a/chrome/test/data/navigation_interception/navigation_from_user_gesture.html
|
| +++ b/chrome/test/data/navigation_interception/navigation_from_user_gesture.html
|
| @@ -27,7 +27,7 @@ found in the LICENSE file.
|
| };
|
|
|
| function setup() {
|
| - first.ontouchstart = openHello;
|
| + first.ontouchend = openHello;
|
| };
|
| </script>
|
| </head>
|
|
|