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.
5 // Include test fixture.
6 GEN_INCLUDE(['net_internals_test.js']);
12 * Checks visibility of tab handles against expectations, and navigates to all
13 * tabs with visible handles, validating visibility of all other tabs as it
16 TEST_F('NetInternalsTest', 'netInternalsTourTabs', function() {
17 // Prevent sending any events to the browser as we flip through tabs, since
18 // this test is just intended to make sure everything's created and hooked
19 // up properly Javascript side.
22 // Expected visibility state of each tab.
23 var tabVisibilityState = {
41 chromeos: cr.isChromeOS
44 NetInternalsTest.checkTabHandleVisibility(tabVisibilityState, true);
49 })(); // Anonymous namespace