Skip to content

Commit

Permalink
Check there is a browsing context in document.open()'s abort step
Browse files Browse the repository at this point in the history
This was missed in whatwg#3999.
  • Loading branch information
TimothyGu authored and mustaqahmed committed Feb 15, 2019
1 parent f32fe75 commit 684fe55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -91022,7 +91022,8 @@ document.body.appendChild(frame)</code></pre>
</li>

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

Expand Down

0 comments on commit 684fe55

Please sign in to comment.