diff options
Diffstat (limited to 'testing/web-platform/meta/parakeet/idlharness.tentative.https.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/parakeet/idlharness.tentative.https.window.js.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/meta/parakeet/idlharness.tentative.https.window.js.ini b/testing/web-platform/meta/parakeet/idlharness.tentative.https.window.js.ini new file mode 100644 index 0000000000..d53ddec8c7 --- /dev/null +++ b/testing/web-platform/meta/parakeet/idlharness.tentative.https.window.js.ini @@ -0,0 +1,18 @@ +[idlharness.tentative.https.window.html] + [Navigator interface: operation createAdRequest(AdRequestConfig)] + expected: FAIL + + [Navigator interface: operation finalizeAd(Ads, AuctionAdConfig)] + expected: FAIL + + [Navigator interface: navigator must inherit property "createAdRequest(AdRequestConfig)" with the proper type] + expected: FAIL + + [Navigator interface: calling createAdRequest(AdRequestConfig) on navigator with too few arguments must throw TypeError] + expected: FAIL + + [Navigator interface: navigator must inherit property "finalizeAd(Ads, AuctionAdConfig)" with the proper type] + expected: FAIL + + [Navigator interface: calling finalizeAd(Ads, AuctionAdConfig) on navigator with too few arguments must throw TypeError] + expected: FAIL |