Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Side by Side Diff: chrome/browser/devtools/device/webrtc/webrtc_device_provider_browsertest.js

Issue 791083005: Browser tests for DevToolsBridgeClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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 /**
6 * Test fixture for WebRTCDeviceProvider.
7 * @constructor
8 * @extends {testing.Test}
9 */
10 function WebRTCDeviceProviderBrowserTest() {}
11
12 WebRTCDeviceProviderBrowserTest.prototype = {
13 __proto__: testing.Test.prototype,
14
15 /**
16 * Browse to the worker.
17 */
18 browsePreload: 'chrome://webrtc-device-provider/background_worker.html',
19
20 isAsync: true,
21 };
22
23 TEST_F('WebRTCDeviceProviderBrowserTest', 'TestLoads', function() {
24 testDone();
25 });
OLDNEW
« no previous file with comments | « chrome/browser/devtools/device/webrtc/devtools_bridge_client_browsertest.js ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698