gecko-dev/testing/web-platform/tests/webrtc-stats/idlharness.window.js
Philip Jägenstedt 92977e21ab Bug 1523562 [wpt PR 14983] - Make webrtc-stats idlharness.js test depend on webrtc, a=testonly
Automatic update from web-platform-tests
Make webrtc-stats idlharness.js test depend on webrtc (#14983)

Required for https://github.com/web-platform-tests/wpt/pull/14960.
--

wpt-commits: 40b0c100e15c98a91bf8804b31e0f41e8bdbaab6
wpt-pr: 14983
2019-02-07 21:51:05 +00:00

14 lines
237 B
JavaScript

// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
// https://w3c.github.io/webrtc-stats/
idl_test(
['webrtc-stats'],
['webrtc'],
idl_array => {
// No interfaces to test
}
);