blob: a3189c3679e97ccd1c1d9672cc7d9f81bcc686f5 [file] [log] [blame]
// 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 ]
});
}
);