blob: b1b57a4bb17c117c5b6dc866689e8745b49a2d22 [file] [log] [blame]
// META: global=window,worker
// 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'],
InteractionCounts: ['performance.interactionCounts'],
// PerformanceEventTiming: [ TODO ]
});
}
);