diff options
Diffstat (limited to 'testing/web-platform/meta/parakeet')
3 files changed, 70 insertions, 0 deletions
diff --git a/testing/web-platform/meta/parakeet/createAdRequest.tentative.https.sub.window.js.ini b/testing/web-platform/meta/parakeet/createAdRequest.tentative.https.sub.window.js.ini new file mode 100644 index 0000000000..145c253883 --- /dev/null +++ b/testing/web-platform/meta/parakeet/createAdRequest.tentative.https.sub.window.js.ini @@ -0,0 +1,38 @@ +[createAdRequest.tentative.https.sub.window.html] + expected: + if (os == "android") and debug and not swgl: [OK, ERROR] + [createAdRequest() should be supported on the navigator interface.] + expected: FAIL + + [createAdRequest() should reject with NotSupported initially.] + expected: FAIL + + [createAdRequest() should reject missing parameters.] + expected: FAIL + + [createAdRequest() should reject a missing adRequestUrl.] + expected: FAIL + + [createAdRequest() should reject a HTTP adRequestUrl.] + expected: FAIL + + [createAdRequest() should reject missing adProperties.] + expected: FAIL + + [createAdRequest() should reject empty adProperties.] + expected: FAIL + + [createAdRequest() should reject a HTTP fallbackSource.] + expected: FAIL + + [createAdRequest() should have optional params.] + expected: FAIL + + [createAdRequest() should accept a single adProperties.] + expected: FAIL + + [createAdRequest() should accept valid anonymizedProxiedSignals.] + expected: FAIL + + [createAdRequest() should reject unknown anonymizedPRoxiedSignals.] + expected: FAIL diff --git a/testing/web-platform/meta/parakeet/finalizeAd.tentative.https.sub.window.js.ini b/testing/web-platform/meta/parakeet/finalizeAd.tentative.https.sub.window.js.ini new file mode 100644 index 0000000000..43075dc2b2 --- /dev/null +++ b/testing/web-platform/meta/parakeet/finalizeAd.tentative.https.sub.window.js.ini @@ -0,0 +1,14 @@ +[finalizeAd.tentative.https.sub.window.html] + expected: + if (os == "android") and debug and not swgl: [OK, ERROR] + [finalizeAd() should be supported on the navigator interface.] + expected: FAIL + + [finalizeAd() should reject an invalid Ads object.] + expected: FAIL + + [finalizeAd() should reject a missing decisionLogicURL.] + expected: FAIL + + [finalizeAd() should reject a non-HTTPS decisionLogicURL.] + expected: FAIL 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 |