summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/private-network-access/window-open-existing.tentative.https.window.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/fetch/private-network-access/window-open-existing.tentative.https.window.js')
-rw-r--r--testing/web-platform/tests/fetch/private-network-access/window-open-existing.tentative.https.window.js38
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/web-platform/tests/fetch/private-network-access/window-open-existing.tentative.https.window.js b/testing/web-platform/tests/fetch/private-network-access/window-open-existing.tentative.https.window.js
index 565a2117a8..6a2a624fc8 100644
--- a/testing/web-platform/tests/fetch/private-network-access/window-open-existing.tentative.https.window.js
+++ b/testing/web-platform/tests/fetch/private-network-access/window-open-existing.tentative.https.window.js
@@ -167,44 +167,6 @@ subsetTestByKey(
}),
'public to public: no preflight required.');
-subsetTestByKey(
- 'from-public', promise_test_parallel,
- t => windowOpenExistingTest(t, {
- source: {server: Server.HTTPS_PUBLIC},
- target: {
- server: Server.HTTPS_PUBLIC,
- behavior: {
- redirect: preflightUrl({
- server: Server.HTTPS_PRIVATE,
- behavior: {
- preflight: PreflightBehavior.noCorsHeader(token()),
- }
- }),
- }
- },
- expected: NavigationTestResult.FAILURE,
- }),
- 'public to public redirected to private: missing CORS headers.');
-
-subsetTestByKey(
- 'from-public', promise_test_parallel,
- t => windowOpenExistingTest(t, {
- source: {server: Server.HTTPS_PUBLIC},
- target: {
- server: Server.HTTPS_PUBLIC,
- behavior: {
- redirect: preflightUrl({
- server: Server.HTTPS_PRIVATE,
- behavior: {
- preflight: PreflightBehavior.navigation(token()),
- }
- }),
- }
- },
- expected: NavigationTestResult.SUCCESS,
- }),
- 'public to public to private: success.');
-
// The following tests verify that `CSP: treat-as-public-address` makes
// documents behave as if they had been served from a public IP address.