diff options
Diffstat (limited to 'testing/web-platform/meta/navigation-timing/idlharness.html.ini')
-rw-r--r-- | testing/web-platform/meta/navigation-timing/idlharness.html.ini | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/web-platform/meta/navigation-timing/idlharness.html.ini b/testing/web-platform/meta/navigation-timing/idlharness.html.ini new file mode 100644 index 000000000..4b43910f6 --- /dev/null +++ b/testing/web-platform/meta/navigation-timing/idlharness.html.ini @@ -0,0 +1,32 @@ +[idlharness.html] + type: testharness + [PerformanceTiming interface: attribute secureConnectionStart] + expected: FAIL + + [PerformanceTiming interface: window.performance.timing must inherit property "secureConnectionStart" with the proper type (10)] + expected: FAIL + + [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 + |