summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/navigation-timing/idlharness.html.ini
blob: 676f444a11b3f71519f43b7bc9e0d42bd298e761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[idlharness.html]
  type: testharness
  [Performance interface: existence and properties of interface object]
    expected: FAIL

  [Performance interface: existence and properties of interface prototype object]
    expected: FAIL

  [EventTarget interface: window.performance must inherit property "addEventListener" with the proper type (0)]
    expected: FAIL

  [EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on window.performance with too few arguments must throw TypeError]
    expected: FAIL

  [EventTarget interface: window.performance must inherit property "removeEventListener" with the proper type (1)]
    expected: FAIL

  [EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on window.performance with too few arguments must throw TypeError]
    expected: FAIL

  [EventTarget interface: window.performance must inherit property "dispatchEvent" with the proper type (2)]
    expected: FAIL

  [EventTarget interface: calling dispatchEvent(Event) on window.performance with too few arguments must throw TypeError]
    expected: FAIL