diff --git a/source b/source index a17e9648185..219455a328c 100644 --- a/source +++ b/source @@ -2186,6 +2186,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute position variable
If newDocument's suspended timer handles is not + empty:
+ +Assert: newDocument's suspension time is not zero.
Let suspendDuration be the current high resolution time minus + newDocument's suspension time.
Let activeTimers be newDocument's + relevant global object's map of active timers.
For each handle in newDocument's suspended timer + handles, if activeTimers[handle] exists, then increase activeTimers[handle] by + suspendDuration.
Remove any tasks queued by the history traversal
task source that are associated with any Document
objects in the
top-level browsing context's document family.