| 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>
|
|
|