blob: a3189c3679e97ccd1c1d9672cc7d9f81bcc686f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long
// https://wicg.github.io/element-timing/
'use strict';
idl_test(
['element-timing'],
['performance-timeline', 'dom'],
idl_array => {
idl_array.add_objects({
// PerformanceElementTiming: [ TODO ]
});
}
);
|