diff options
Diffstat (limited to 'testing/web-platform/meta/upgrade-insecure-requests/gen/worker-module-data.http-rp')
4 files changed, 46 insertions, 0 deletions
diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/worker-module-data.http-rp/__dir__.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/worker-module-data.http-rp/__dir__.ini new file mode 100644 index 0000000000..2ef043b928 --- /dev/null +++ b/testing/web-platform/meta/upgrade-insecure-requests/gen/worker-module-data.http-rp/__dir__.ini @@ -0,0 +1 @@ +implementation-status: backlog diff --git a/testing/web-platform/meta/upgrade-insecure-requests/gen/worker-module-data.http-rp/upgrade/fetch.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/worker-module-data.http-rp/upgrade/fetch.https.html.ini new file mode 100644 index 0000000000..40c61b4f6b --- /dev/null +++ b/testing/web-platform/meta/upgrade-insecure-requests/gen/worker-module-data.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 cross-http-downgrade origin and no-redirect 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 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/worker-module-data.http-rp/upgrade/websocket.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/worker-module-data.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/worker-module-data.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/worker-module-data.http-rp/upgrade/xhr.https.html.ini b/testing/web-platform/meta/upgrade-insecure-requests/gen/worker-module-data.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/worker-module-data.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 + |