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