aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/tests/event-timing/idlharness.window.js
blob: 83dd8c5576e951dcb075add7ce01b7a2b73c2734 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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 ]
    });
  }
);