From b85e9ae2be2e3d8c887392a87bfa1d4d23d137c7 Mon Sep 17 00:00:00 2001 From: yvt Date: Thu, 26 Aug 2021 01:32:39 +0900 Subject: [PATCH] Fix Location-object navigate's choice of browsing context Closes #6972. --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index 4121139b781..324d5e9f76f 100644 --- a/source +++ b/source @@ -85466,8 +85466,8 @@ interface Location { // but see also default"):

    -
  1. Let browsingContext be the current global object's browsing context.

  2. +
  3. Let browsingContext be this Location object's relevant + global object's browsing context.

  4. Let sourceBrowsingContext be the incumbent global object's