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
|
|
}
|
|
);
|