Skip to content

Commit 1f6fa09

Browse files
committed
Reset the "fired unload" flag at the end of document.open()
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=28772.
1 parent 86f7aa6 commit 1f6fa09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88181,6 +88181,9 @@ document.body.appendChild(frame)</pre>
8818188181
does not have a <code>Document</code> object, so a new one will be created if the session history
8818288182
is traversed to that entry.</p></li>
8818388183

88184+
<li><p>Set the <code>Document</code>'s <span>fired unload</span> flag to false. (It could have
88185+
been set to true during the <span data-x="unload a document">unload</span> step above.)</p></li>
88186+
8818488187
<li><p>Finally, set the <span>insertion point</span> to point at just before the end of the
8818588188
<span>input stream</span> (which at this point will be empty).</p></li>
8818688189

0 commit comments

Comments
 (0)