From 4c4b7ac32c79446334fff19a4c1f643a0dbda37e Mon Sep 17 00:00:00 2001 From: clamy Date: Wed, 17 Jun 2020 11:58:43 +0200 Subject: [PATCH] Fix navigate to response case --- source | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/source b/source index 11581cbdbac..3b070332c62 100644 --- a/source +++ b/source @@ -81986,6 +81986,9 @@ interface Location { // but see also response
    +
  1. Assert browsingContext is not a top-level browsing + context.

  2. +
  3. Let finalSandboxFlags be the union of browsingContext's sandboxing flag set and resource's forced sandboxing flag set.

  4. @@ -81999,25 +82002,6 @@ interface Location { // but see also
    obtaining a - cross-origin opener policy given resource and - responseOrigin.

    . - -
  5. If sandboxFlags is not empty and responseCOOP is not "unsafe-none", then set resource to an - appropriate network error and proceed.

  6. - -
  7. Set browsingContexSwitchNeeded be the result of checking if the response requires a - browsing context group switch given browsingContext, - responseOrigin, and responseCOOP.

  8. -
- -
  • Run process a navigate response with null, resource, navigationType, the source browsing context, browsingContext, finalSandboxFlags, responseOrigin,