diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/credential-management/fedcm-network-requests.https.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/credential-management/fedcm-network-requests.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/credential-management/fedcm-network-requests.https.html.ini | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/testing/web-platform/meta/credential-management/fedcm-network-requests.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-network-requests.https.html.ini new file mode 100644 index 0000000000..ca7f4571ef --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-network-requests.https.html.ini @@ -0,0 +1,63 @@ +[fedcm-network-requests.https.html] + expected: ERROR + [Test the abort signal] + expected: + if os == "linux": [FAIL, TIMEOUT] + FAIL + + [Successfully obtaining token should resolve the promise.] + expected: FAIL + + [Test that the promise is rejected if the manifest is not in the manifest list] + expected: + if os == "linux": [FAIL, TIMEOUT, NOTRUN] + FAIL + + [Reject when configURL is invalid] + expected: FAIL + + [Reject when configURL is missing] + expected: FAIL + + [Test that token endpoint does not follow redirects] + expected: + if os == "linux": [NOTRUN, FAIL, TIMEOUT] + if os == "win": [FAIL, TIMEOUT] + FAIL + + [Test that service worker cannot observe fetches performed by FedCM API] + expected: + if os == "win": [FAIL, TIMEOUT, NOTRUN] + if os == "linux": [NOTRUN, TIMEOUT] + FAIL + + [Reject when provider list is empty] + expected: FAIL + + [Get after abort should work] + expected: + if os == "linux": [FAIL, TIMEOUT, NOTRUN] + FAIL + + [Reject when clientId is missing] + expected: FAIL + + [When there's a pending request, a second `get` call should be rejected. ] + expected: FAIL + + [nonce is not required in FederatedIdentityProvider.] + expected: FAIL + + [Test that promise is rejected if accounts endpoint redirects] + expected: + if os == "linux": [TIMEOUT, FAIL, NOTRUN] + FAIL + + [Test client_metadata request] + expected: + if os == "linux": [NOTRUN, FAIL, TIMEOUT] + if os == "win": [FAIL, NOTRUN] + FAIL + + [Reject when clientId is empty] + expected: FAIL |