1 // Copyright (c) 2012 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.
6 function getSelectedPopup() {
8 {type
: 'popup', url
: 'about:blank', focused
: true},
9 chrome
.test
.callbackPass(function(win
) {
11 {active
: true, windowId
: chrome
.windows
.WINDOW_ID_CURRENT
},
12 chrome
.test
.callbackPass(function(tabs
) {
13 chrome
.test
.assertEq(1, tabs
.length
);
14 chrome
.test
.assertTrue(tabs
[0].windowId
== win
.id
);
15 chrome
.test
.assertFalse(tabs
[0].id
== chrome
.tabs
.TAB_ID_NONE
);