[Bug 12382] The traverse the history by a delta algorithm breaks down if a history traversal is already queued.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12382

--- Comment #1 from Kyle Huey <me@kylehuey.com> 2011-03-26 23:37:52 UTC ---
In particular, consider a script that executes

window.history.back();
window.history.back();

If I'm reading the spec correctly, currently two tasks would be queued to
traverse a delta of -1.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 26 March 2011 23:37:54 UTC