android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / extensions / uitest / window_open / test.js
blob2fc8fe7efa63fddde7cbf6526cd32790f35bed1f
1 // Copyright (c) 2011 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.
5 function testWindowOpen(url) {
6   window.open(url);
7   window.domAutomationController.send(true);