blob: 83dd8c5576e951dcb075add7ce01b7a2b73c2734 [file] [log] [blame] [edit]
// META: global=window
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// https://wicg.github.io/event-timing/
'use strict';
idl_test(
['event-timing'],
['performance-timeline', 'hr-time', 'dom'],
idl_array => {
idl_array.add_objects({
Performance: ['performance'],
EventCounts: ['performance.eventCounts'],
// PerformanceEventTiming: [ TODO ]
});
}
);