mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 21:58:41 +02:00
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
14 lines
237 B
JavaScript
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
|
|
}
|
|
);
|