Skip to content

Commit ff800ef

Browse files
TimothyGudomenic
authored andcommitted
Check there is a browsing context in document.open()'s abort step
This was missed in #3999.
1 parent aa374be commit ff800ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91022,7 +91022,8 @@ document.body.appendChild(frame)</code></pre>
9102291022
</li>
9102391023

9102491024
<li>
91025-
<p>If there is an existing attempt to <span>navigate</span> <var>document</var>'s <span
91025+
<p>If <var>document</var> has a <span data-x="concept-document-bc">browsing context</span> and
91026+
there is an existing attempt to <span>navigate</span> <var>document</var>'s <span
9102691027
data-x="concept-document-bc">browsing context</span>, then <span>stop document loading</span>
9102791028
given <var>document</var>.</p>
9102891029

0 commit comments

Comments
 (0)