19 lines
426 B
JavaScript
19 lines
426 B
JavaScript
// 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 ]
|
|
});
|
|
}
|
|
);
|