| Index: chrome/test/data/navigation_interception/navigation_from_xhr_callback.html
|
| diff --git a/chrome/test/data/navigation_interception/navigation_from_xhr_callback.html b/chrome/test/data/navigation_interception/navigation_from_xhr_callback.html
|
| index 3d6ec7edcfb88865de7f969c3986162a3fccc5c0..a40cab8fb193f50d8810cf0cfa4b2db3c1dca88d 100644
|
| --- a/chrome/test/data/navigation_interception/navigation_from_xhr_callback.html
|
| +++ b/chrome/test/data/navigation_interception/navigation_from_xhr_callback.html
|
| @@ -38,7 +38,7 @@ found in the LICENSE file.
|
| };
|
|
|
| function setup() {
|
| - first.ontouchstart = xhrAndOpenHello;
|
| + first.ontouchend = xhrAndOpenHello;
|
| };
|
| </script>
|
| </head>
|
|
|