diff options
Diffstat (limited to 'testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-classic.http-rp')
3 files changed, 45 insertions, 0 deletions
diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-classic.http-rp/upgrade/fetch.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-classic.http-rp/upgrade/fetch.https.html.ini new file mode 100644 index 0000000000..e291a66f99 --- /dev/null +++ b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-classic.http-rp/upgrade/fetch.https.html.ini @@ -0,0 +1,19 @@ +[fetch.https.html] + [Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and downgrade redirection from https context.] + expected: 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 same-https 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: FAIL + + [Upgrade-Insecure-Requests: Expects allowed for fetch to same-http-downgrade origin and no-redirect redirection from https context.] + expected: FAIL + + [Upgrade-Insecure-Requests: Expects allowed for fetch to cross-https origin and downgrade redirection from https context.] + expected: FAIL + diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-classic.http-rp/upgrade/websocket.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-classic.http-rp/upgrade/websocket.https.html.ini new file mode 100644 index 0000000000..5ad0c02bfe --- /dev/null +++ b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-classic.http-rp/upgrade/websocket.https.html.ini @@ -0,0 +1,7 @@ +[websocket.https.html] + [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: FAIL + diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-classic.http-rp/upgrade/xhr.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-classic.http-rp/upgrade/xhr.https.html.ini new file mode 100644 index 0000000000..e2fe458c80 --- /dev/null +++ b/testing/web-platform/meta/upgrade-insecure-requests/gen/sharedworker-classic.http-rp/upgrade/xhr.https.html.ini @@ -0,0 +1,19 @@ +[xhr.https.html] + [Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and no-redirect redirection from https context.] + expected: 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: FAIL + + [Upgrade-Insecure-Requests: Expects allowed for xhr to same-https origin and downgrade redirection from https context.] + expected: FAIL + + [Upgrade-Insecure-Requests: Expects allowed for xhr to same-http-downgrade origin and downgrade redirection from https context.] + expected: FAIL + + [Upgrade-Insecure-Requests: Expects allowed for xhr to cross-http-downgrade origin and no-redirect redirection from https context.] + expected: FAIL + |