blob: d98712fc485298a0455e44c9f29407dc232fca63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// 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
}
);
|