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.
6 // browser_tests.exe --gtest_filter=ProxySettingsApiTest.ProxyFixedSingle
9 // Verify that execution has started to make sure flaky timeouts are not
11 function verifyTestsHaveStarted() {
12 chrome.test.succeed();
14 function setSingleProxy() {
24 var config = { rules: rules, mode: "fixed_servers" };
25 chrome.proxy.settings.set(
27 chrome.test.callbackPass());