From 3427d29cc7fdeca704fc5d1992dfae41a5a96520 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Thu, 16 Oct 2025 14:07:55 +0200 Subject: [PATCH] Check if there's a browsing context in window.open() steps Fixes #11797. --- source | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source b/source index c87286f397d..7b1642f4c97 100644 --- a/source +++ b/source @@ -95305,6 +95305,9 @@ dictionary WindowPostMessageOptions : StructuredSeri
  • If the event loop's termination nesting level is nonzero, then return null.

  • +
  • If the entry global object's browsing + context is null, then return null.

  • +
  • Let sourceDocument be the entry global object's associated Document.