From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- ...bort-multiple-gets-through-first-idp.https.html | 35 ++++++++++++++++++ ...ort-multiple-gets-through-second-idp.https.html | 35 ++++++++++++++++++ .../get-before-and-after-onload.https.html | 37 +++++++++++++++++++ .../get-before-and-during-onload.https.html | 32 ++++++++++++++++ ...onload-and-during-dom-content-loaded.https.html | 32 ++++++++++++++++ .../multiple-gets-after-abort.https.html | 43 ++++++++++++++++++++++ .../multiple-gets-after-onload.https.html | 29 +++++++++++++++ .../multiple-gets-before-onload.https.html | 29 +++++++++++++++ .../multiple-gets-during-onload.https.html | 29 +++++++++++++++ .../single-get-after-onload.https.html | 25 +++++++++++++ .../single-get-before-onload.https.html | 30 +++++++++++++++ .../single-get-during-onload.https.html | 25 +++++++++++++ 12 files changed, 381 insertions(+) create mode 100644 testing/web-platform/tests/credential-management/fedcm-multi-idp/abort-multiple-gets-through-first-idp.https.html create mode 100644 testing/web-platform/tests/credential-management/fedcm-multi-idp/abort-multiple-gets-through-second-idp.https.html create mode 100644 testing/web-platform/tests/credential-management/fedcm-multi-idp/get-before-and-after-onload.https.html create mode 100644 testing/web-platform/tests/credential-management/fedcm-multi-idp/get-before-and-during-onload.https.html create mode 100644 testing/web-platform/tests/credential-management/fedcm-multi-idp/get-before-onload-and-during-dom-content-loaded.https.html create mode 100644 testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-after-abort.https.html create mode 100644 testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-after-onload.https.html create mode 100644 testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-before-onload.https.html create mode 100644 testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-during-onload.https.html create mode 100644 testing/web-platform/tests/credential-management/fedcm-multi-idp/single-get-after-onload.https.html create mode 100644 testing/web-platform/tests/credential-management/fedcm-multi-idp/single-get-before-onload.https.html create mode 100644 testing/web-platform/tests/credential-management/fedcm-multi-idp/single-get-during-onload.https.html (limited to 'testing/web-platform/tests/credential-management/fedcm-multi-idp') diff --git a/testing/web-platform/tests/credential-management/fedcm-multi-idp/abort-multiple-gets-through-first-idp.https.html b/testing/web-platform/tests/credential-management/fedcm-multi-idp/abort-multiple-gets-through-first-idp.https.html new file mode 100644 index 0000000000..eb9f7da7b2 --- /dev/null +++ b/testing/web-platform/tests/credential-management/fedcm-multi-idp/abort-multiple-gets-through-first-idp.https.html @@ -0,0 +1,35 @@ + +Federated Credential Management API multi IDP abort first IDP test. + + + + + diff --git a/testing/web-platform/tests/credential-management/fedcm-multi-idp/abort-multiple-gets-through-second-idp.https.html b/testing/web-platform/tests/credential-management/fedcm-multi-idp/abort-multiple-gets-through-second-idp.https.html new file mode 100644 index 0000000000..7e7ec2ce3d --- /dev/null +++ b/testing/web-platform/tests/credential-management/fedcm-multi-idp/abort-multiple-gets-through-second-idp.https.html @@ -0,0 +1,35 @@ + +Federated Credential Management API multi IDP abort second IDP test. + + + + + diff --git a/testing/web-platform/tests/credential-management/fedcm-multi-idp/get-before-and-after-onload.https.html b/testing/web-platform/tests/credential-management/fedcm-multi-idp/get-before-and-after-onload.https.html new file mode 100644 index 0000000000..fa9ec7b52f --- /dev/null +++ b/testing/web-platform/tests/credential-management/fedcm-multi-idp/get-before-and-after-onload.https.html @@ -0,0 +1,37 @@ + +Federated Credential Management API multi IDP get before and after onload test. + + + + + + + diff --git a/testing/web-platform/tests/credential-management/fedcm-multi-idp/get-before-and-during-onload.https.html b/testing/web-platform/tests/credential-management/fedcm-multi-idp/get-before-and-during-onload.https.html new file mode 100644 index 0000000000..93ee2075fe --- /dev/null +++ b/testing/web-platform/tests/credential-management/fedcm-multi-idp/get-before-and-during-onload.https.html @@ -0,0 +1,32 @@ + +Federated Credential Management API multi IDP get before and during onload test. + + + + + + + diff --git a/testing/web-platform/tests/credential-management/fedcm-multi-idp/get-before-onload-and-during-dom-content-loaded.https.html b/testing/web-platform/tests/credential-management/fedcm-multi-idp/get-before-onload-and-during-dom-content-loaded.https.html new file mode 100644 index 0000000000..edc293daff --- /dev/null +++ b/testing/web-platform/tests/credential-management/fedcm-multi-idp/get-before-onload-and-during-dom-content-loaded.https.html @@ -0,0 +1,32 @@ + +Federated Credential Management API multi IDP get before onload and during DOMContentLoaded test. + + + + + + + diff --git a/testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-after-abort.https.html b/testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-after-abort.https.html new file mode 100644 index 0000000000..b7b03e4a14 --- /dev/null +++ b/testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-after-abort.https.html @@ -0,0 +1,43 @@ + +Federated Credential Management API multi IDP get after abort test. + + + + + diff --git a/testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-after-onload.https.html b/testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-after-onload.https.html new file mode 100644 index 0000000000..1a806a2049 --- /dev/null +++ b/testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-after-onload.https.html @@ -0,0 +1,29 @@ + +Federated Credential Management API multi IDP multiple gets after onload test. + + + + + + + diff --git a/testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-before-onload.https.html b/testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-before-onload.https.html new file mode 100644 index 0000000000..69a70ce47d --- /dev/null +++ b/testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-before-onload.https.html @@ -0,0 +1,29 @@ + +Federated Credential Management API multi IDP multiple gets before onload test. + + + + + + + diff --git a/testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-during-onload.https.html b/testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-during-onload.https.html new file mode 100644 index 0000000000..e98b63ff33 --- /dev/null +++ b/testing/web-platform/tests/credential-management/fedcm-multi-idp/multiple-gets-during-onload.https.html @@ -0,0 +1,29 @@ + +Federated Credential Management API multi IDP multiple gets during onload test. + + + + + + + diff --git a/testing/web-platform/tests/credential-management/fedcm-multi-idp/single-get-after-onload.https.html b/testing/web-platform/tests/credential-management/fedcm-multi-idp/single-get-after-onload.https.html new file mode 100644 index 0000000000..a34ff84aab --- /dev/null +++ b/testing/web-platform/tests/credential-management/fedcm-multi-idp/single-get-after-onload.https.html @@ -0,0 +1,25 @@ + +Federated Credential Management API multi IDP single get after onload test. + + + + + + + diff --git a/testing/web-platform/tests/credential-management/fedcm-multi-idp/single-get-before-onload.https.html b/testing/web-platform/tests/credential-management/fedcm-multi-idp/single-get-before-onload.https.html new file mode 100644 index 0000000000..91195fc5a7 --- /dev/null +++ b/testing/web-platform/tests/credential-management/fedcm-multi-idp/single-get-before-onload.https.html @@ -0,0 +1,30 @@ + +Federated Credential Management API multi IDP single get before onload test. + + + + + + + diff --git a/testing/web-platform/tests/credential-management/fedcm-multi-idp/single-get-during-onload.https.html b/testing/web-platform/tests/credential-management/fedcm-multi-idp/single-get-during-onload.https.html new file mode 100644 index 0000000000..17939d2d93 --- /dev/null +++ b/testing/web-platform/tests/credential-management/fedcm-multi-idp/single-get-during-onload.https.html @@ -0,0 +1,25 @@ + +Federated Credential Management API multi IDP single get during onload test. + + + + + + + -- cgit v1.2.3