From ff800ef6e917a70169f8bbbefa5ae7e47022fd55 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Fri, 7 Sep 2018 12:10:24 -0400 Subject: [PATCH] Check there is a browsing context in document.open()'s abort step This was missed in #3999. --- source | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source b/source index 685dc62139d..10e63b389b3 100644 --- a/source +++ b/source @@ -91022,7 +91022,8 @@ document.body.appendChild(frame)
  • -

    If there is an existing attempt to navigate document's If document has a browsing context and + there is an existing attempt to navigate document's browsing context, then stop document loading given document.