diff options
Diffstat (limited to 'testing/web-platform/meta/credential-management')
7 files changed, 60 insertions, 0 deletions
diff --git a/testing/web-platform/meta/credential-management/digital-identity.https.html.ini b/testing/web-platform/meta/credential-management/digital-identity.https.html.ini new file mode 100644 index 0000000000..636221e3bc --- /dev/null +++ b/testing/web-platform/meta/credential-management/digital-identity.https.html.ini @@ -0,0 +1,21 @@ +[digital-identity.https.html] + [navigator.credentials.get() API works in toplevel frame.] + expected: FAIL + + [navigator.credentials.get() API fails if IdentityCredentialRequestOptions::providers is not specified.] + expected: FAIL + + [navigator.credentials.get() API fails if there are no providers.] + expected: FAIL + + [navigator.identity.get() API works in toplevel frame.] + expected: FAIL + + [navigator.identity.get() API fails if DigitalCredentialRequestOptions::providers is not specified.] + expected: FAIL + + [navigator.identity.get() API fails if there is more than one provider.] + expected: FAIL + + [navigator.identity.get() promise is rejected when the page aborts the request.] + expected: FAIL diff --git a/testing/web-platform/meta/credential-management/fedcm-button-and-other-account/fedcm-button-mode-basics.tentative.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-button-and-other-account/fedcm-button-mode-basics.tentative.https.html.ini new file mode 100644 index 0000000000..9a9e7259ee --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-button-and-other-account/fedcm-button-mode-basics.tentative.https.html.ini @@ -0,0 +1,7 @@ +[fedcm-button-mode-basics.tentative.https.html] + expected: TIMEOUT + [Test that the button mode without user activation will fail.] + expected: TIMEOUT + + [Test that the button mode succeeds with user activation.] + expected: NOTRUN diff --git a/testing/web-platform/meta/credential-management/fedcm-button-and-other-account/fedcm-button-mode-priority.tentative.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-button-and-other-account/fedcm-button-mode-priority.tentative.https.html.ini new file mode 100644 index 0000000000..9b416f2061 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-button-and-other-account/fedcm-button-mode-priority.tentative.https.html.ini @@ -0,0 +1,13 @@ +[fedcm-button-mode-priority.tentative.https.html] + expected: TIMEOUT + [Test that the widget mode can succeed after the button mode.] + expected: TIMEOUT + + [Test that the button mode can replace widget mode.] + expected: NOTRUN + + [Test that the button mode cannot replace button mode.] + expected: NOTRUN + + [Test that the widget mode cannot replace button mode.] + expected: NOTRUN diff --git a/testing/web-platform/meta/credential-management/fedcm-button-and-other-account/fedcm-use-other-account-button-flow.tentative.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-button-and-other-account/fedcm-use-other-account-button-flow.tentative.https.html.ini new file mode 100644 index 0000000000..27e5a2a8c2 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-button-and-other-account/fedcm-use-other-account-button-flow.tentative.https.html.ini @@ -0,0 +1,7 @@ +[fedcm-use-other-account-button-flow.tentative.https.html] + expected: TIMEOUT + [Test that the "Use Other Account" button works correctly.] + expected: TIMEOUT + + [Test that the "Use Other Account" button works correctly when accounts do not change.] + expected: NOTRUN diff --git a/testing/web-platform/meta/credential-management/fedcm-button-and-other-account/fedcm-use-other-account.tentative.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-button-and-other-account/fedcm-use-other-account.tentative.https.html.ini new file mode 100644 index 0000000000..b037bcc9e3 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-button-and-other-account/fedcm-use-other-account.tentative.https.html.ini @@ -0,0 +1,4 @@ +[fedcm-use-other-account.tentative.https.html] + expected: TIMEOUT + [Test that the "Use Other Account" button works correctly.] + expected: TIMEOUT diff --git a/testing/web-platform/meta/credential-management/fedcm-identity-assertion-nocors.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-identity-assertion-nocors.https.html.ini new file mode 100644 index 0000000000..de77f96361 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-identity-assertion-nocors.https.html.ini @@ -0,0 +1,4 @@ +[fedcm-identity-assertion-nocors.https.html] + expected: TIMEOUT + [Test that promise is rejected if identity assertion does not use CORS] + expected: TIMEOUT diff --git a/testing/web-platform/meta/credential-management/fedcm-login-status-unknown.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-login-status-unknown.https.html.ini new file mode 100644 index 0000000000..c6506f3ff4 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-login-status-unknown.https.html.ini @@ -0,0 +1,4 @@ +[fedcm-login-status-unknown.https.html] + expected: TIMEOUT + [Test that promise is rejected silently when accounts fetch fails in unknown state] + expected: TIMEOUT |