Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / webstore_private / sign_in_user_gesture_required.html
1 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
2      Use of this source code is governed by a BSD-style license that can be
3      found in the LICENSE file. -->
4
5 <script src="common.js"></script>
6 <script>
7 getContinueUrl(function(continue_url) {
8   chrome.test.runWithoutUserGesture(function() {
9     chrome.webstorePrivate.signIn(continue_url,
10                                   callbackFail('user_gesture_required'));
11   });
12 });
13 </script>