diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp')
4 files changed, 71 insertions, 0 deletions
diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp/__dir__.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp/__dir__.ini new file mode 100644 index 0000000000..2ef043b928 --- /dev/null +++ b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp/__dir__.ini @@ -0,0 +1 @@ +implementation-status: backlog diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp/upgrade/fetch.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp/upgrade/fetch.https.html.ini new file mode 100644 index 0000000000..4a721d89cf --- /dev/null +++ b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp/upgrade/fetch.https.html.ini @@ -0,0 +1,30 @@ +[fetch.https.html] + expected: + if release_or_beta: TIMEOUT + [Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and downgrade redirection from https context.] + expected: + if release_or_beta: NOTRUN + FAIL + + [Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and downgrade redirection from https context.] + expected: FAIL + + [Upgrade-Insecure-Requests: Expects allowed for fetch to cross-http-downgrade origin and no-redirect redirection from https context.] + expected: + if release_or_beta: TIMEOUT + FAIL + + [Upgrade-Insecure-Requests: Expects allowed for fetch to same-https origin and downgrade redirection from https context.] + expected: + if release_or_beta: NOTRUN + FAIL + + [Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and no-redirect redirection from https context.] + expected: + if release_or_beta: NOTRUN + FAIL + + [Upgrade-Insecure-Requests: Expects allowed for fetch to cross-https origin and downgrade redirection from https context.] + expected: + if release_or_beta: NOTRUN + FAIL diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp/upgrade/websocket.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp/upgrade/websocket.https.html.ini new file mode 100644 index 0000000000..2a12e27704 --- /dev/null +++ b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp/upgrade/websocket.https.html.ini @@ -0,0 +1,10 @@ +[websocket.https.html] + expected: + if release_or_beta: TIMEOUT + [Upgrade-Insecure-Requests: Expects allowed for websocket to cross-ws-downgrade origin and no-redirect redirection from https context.] + expected: FAIL + + [Upgrade-Insecure-Requests: Expects allowed for websocket to same-ws-downgrade origin and no-redirect redirection from https context.] + expected: + if release_or_beta: TIMEOUT + FAIL diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp/upgrade/xhr.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp/upgrade/xhr.https.html.ini new file mode 100644 index 0000000000..5e98d9d415 --- /dev/null +++ b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-module-data.http-rp/upgrade/xhr.https.html.ini @@ -0,0 +1,30 @@ +[xhr.https.html] + expected: + if release_or_beta: TIMEOUT + [Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and no-redirect redirection from https context.] + expected: + if release_or_beta: NOTRUN + FAIL + + [Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and downgrade redirection from https context.] + expected: FAIL + + [Upgrade-Insecure-Requests: Expects allowed for xhr to cross-https origin and downgrade redirection from https context.] + expected: + if release_or_beta: NOTRUN + FAIL + + [Upgrade-Insecure-Requests: Expects allowed for xhr to same-https origin and downgrade redirection from https context.] + expected: + if release_or_beta: NOTRUN + FAIL + + [Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and downgrade redirection from https context.] + expected: + if release_or_beta: NOTRUN + FAIL + + [Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and no-redirect redirection from https context.] + expected: + if release_or_beta: TIMEOUT + FAIL |