diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/fledge/tentative/auction-config.https.window.js.ini | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/fledge/tentative/auction-config.https.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/fledge/tentative/auction-config.https.window.js.ini | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fledge/tentative/auction-config.https.window.js.ini b/testing/web-platform/meta/fledge/tentative/auction-config.https.window.js.ini new file mode 100644 index 0000000000..26f158cd67 --- /dev/null +++ b/testing/web-platform/meta/fledge/tentative/auction-config.https.window.js.ini @@ -0,0 +1,153 @@ +[auction-config.https.window.html?6-10] + [trustedScoringSignalsURL is cross-origin with seller] + expected: FAIL + + [interestGroupBuyer is invalid] + expected: FAIL + + [interestGroupBuyer is not https] + expected: FAIL + + [only one interestGroupBuyer is invalid] + expected: FAIL + + [only one interestGroupBuyer is not https] + expected: FAIL + + +[auction-config.https.window.html?1-5] + [no buyers => no winners] + expected: FAIL + + [seller is not an https URL] + expected: FAIL + + [decisionLogicURL is invalid] + expected: FAIL + + [decisionLogicURL is cross-origin with seller] + expected: FAIL + + [trustedScoringSignalsURL is invalid] + expected: FAIL + + +[auction-config.https.window.html?16-20] + [perBuyerSignals has invalid URL in a key] + expected: FAIL + + [perBuyerSignals value is invalid as JSON] + expected: FAIL + + [perBuyerGroupLimits has invalid URL in a key] + expected: FAIL + + [perBuyerExperimentGroupIds has invalid URL in a key] + expected: FAIL + + [perBuyerPrioritySignals has invalid URL in a key] + expected: FAIL + + +[auction-config.https.window.html?11-15] + [auctionSignals is invalid as JSON] + expected: FAIL + + [sellerSignals is invalid as JSON] + expected: FAIL + + [directFromSellerSignals is invalid] + expected: FAIL + + [directFromSellerSignals is cross-origin with seller] + expected: FAIL + + [directFromSellerSignals has nonempty query] + expected: FAIL + + +[auction-config.https.window.html?21-last] + [perBuyerPrioritySignals has a value with a key with prefix "browserSignals"] + expected: FAIL + + [component auctions are not allowed within component auctions] + expected: FAIL + + [component auctions are not allowed with interestGroupBuyers] + expected: FAIL + + +[auction-config.https.window.html?21-25] + [perBuyerPrioritySignals has a value with a key with prefix "browserSignals"] + expected: FAIL + + [component auctions are not allowed within component auctions] + expected: FAIL + + [component auctions are not allowed with interestGroupBuyers] + expected: FAIL + + [perBuyerCurrencies with invalid currency] + expected: FAIL + + [perBuyerCurrencies with invalid currency map key] + expected: FAIL + + +[auction-config.https.window.html?26-last] + [perBuyerCurrencies with non-https currency map key] + expected: FAIL + + [perBuyerCurrencies not convertible to dictionary] + expected: FAIL + + +[auction-config.https.window.html?31-35] + [requestedSize height not a number] + expected: FAIL + + [requestedSize 0] + expected: FAIL + + [requestedSize space before units] + expected: FAIL + + [requestedSize leading 0] + expected: FAIL + + [requestedSize invalid unit type] + expected: FAIL + + +[auction-config.https.window.html?36-last] + [requestedSize hexideximal] + expected: FAIL + + [Empty allSlotsRequestedSizes] + expected: FAIL + + [allSlotsRequestedSizes without matching value in requestedSize] + expected: FAIL + + [allSlotsRequestedSizes has duplicate values] + expected: FAIL + + [allSlotsRequestedSizes has invalid value] + expected: FAIL + + +[auction-config.https.window.html?26-30] + [perBuyerCurrencies with non-https currency map key] + expected: FAIL + + [perBuyerCurrencies not convertible to dictionary] + expected: FAIL + + [requestedSize has no width] + expected: FAIL + + [requestedSize has no height] + expected: FAIL + + [requestedSize width not a number] + expected: FAIL |