diff options
Diffstat (limited to 'testing/web-platform/meta/credential-management/fedcm-multi-idp')
9 files changed, 34 insertions, 0 deletions
diff --git a/testing/web-platform/meta/credential-management/fedcm-multi-idp/get-before-and-after-onload.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-multi-idp/get-before-and-after-onload.https.html.ini new file mode 100644 index 0000000000..d074127bb4 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-multi-idp/get-before-and-after-onload.https.html.ini @@ -0,0 +1,4 @@ +[get-before-and-after-onload.https.html] + expected: ERROR + [When there's a `get` call before onload, a `get` call which occurs after onload but before the first `get` call resolves, should be rejected.] + expected: FAIL diff --git a/testing/web-platform/meta/credential-management/fedcm-multi-idp/get-before-and-during-onload.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-multi-idp/get-before-and-during-onload.https.html.ini new file mode 100644 index 0000000000..3fc5c09c93 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-multi-idp/get-before-and-during-onload.https.html.ini @@ -0,0 +1,4 @@ +[get-before-and-during-onload.https.html] + expected: ERROR + [A `get` call before onload and a `get` call during onload should be combined.] + expected: TIMEOUT diff --git a/testing/web-platform/meta/credential-management/fedcm-multi-idp/get-before-onload-and-during-dom-content-loaded.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-multi-idp/get-before-onload-and-during-dom-content-loaded.https.html.ini new file mode 100644 index 0000000000..dfe35f9c22 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-multi-idp/get-before-onload-and-during-dom-content-loaded.https.html.ini @@ -0,0 +1,4 @@ +[get-before-onload-and-during-dom-content-loaded.https.html] + expected: ERROR + [A `get` call before onload and a `get` call during DOMContentLoaded event should combine despite being called from different tasks.] + expected: TIMEOUT diff --git a/testing/web-platform/meta/credential-management/fedcm-multi-idp/multiple-gets-after-onload.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-multi-idp/multiple-gets-after-onload.https.html.ini new file mode 100644 index 0000000000..1d0a0ca094 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-multi-idp/multiple-gets-after-onload.https.html.ini @@ -0,0 +1,3 @@ +[multiple-gets-after-onload.https.html] + [No `get` calls before or during onload, multiple `get` calls after onload in the same task are allowed.] + expected: FAIL diff --git a/testing/web-platform/meta/credential-management/fedcm-multi-idp/multiple-gets-before-onload.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-multi-idp/multiple-gets-before-onload.https.html.ini new file mode 100644 index 0000000000..4247c9581f --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-multi-idp/multiple-gets-before-onload.https.html.ini @@ -0,0 +1,4 @@ +[multiple-gets-before-onload.https.html] + expected: ERROR + [Multiple get calls before window onload are allowed.] + expected: FAIL diff --git a/testing/web-platform/meta/credential-management/fedcm-multi-idp/multiple-gets-during-onload.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-multi-idp/multiple-gets-during-onload.https.html.ini new file mode 100644 index 0000000000..26334a1646 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-multi-idp/multiple-gets-during-onload.https.html.ini @@ -0,0 +1,4 @@ +[multiple-gets-during-onload.https.html] + expected: ERROR + [No `get` calls before onload, multiple `get` calls during onload are allowed.] + expected: TIMEOUT diff --git a/testing/web-platform/meta/credential-management/fedcm-multi-idp/single-get-after-onload.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-multi-idp/single-get-after-onload.https.html.ini new file mode 100644 index 0000000000..b98e6cebd2 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-multi-idp/single-get-after-onload.https.html.ini @@ -0,0 +1,3 @@ +[single-get-after-onload.https.html] + [Single `get` call after onload is allowed.] + expected: FAIL diff --git a/testing/web-platform/meta/credential-management/fedcm-multi-idp/single-get-before-onload.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-multi-idp/single-get-before-onload.https.html.ini new file mode 100644 index 0000000000..55378836b1 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-multi-idp/single-get-before-onload.https.html.ini @@ -0,0 +1,4 @@ +[single-get-before-onload.https.html] + expected: ERROR + [Single `get` call before onload is allowed.] + expected: FAIL diff --git a/testing/web-platform/meta/credential-management/fedcm-multi-idp/single-get-during-onload.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-multi-idp/single-get-during-onload.https.html.ini new file mode 100644 index 0000000000..7f6c696415 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-multi-idp/single-get-during-onload.https.html.ini @@ -0,0 +1,4 @@ +[single-get-during-onload.https.html] + expected: ERROR + [Single `get` call during onload is allowed.] + expected: TIMEOUT |