[Bug 10625] Spec should cover stopping parsing on location.href = "foo"

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

--- Comment #7 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-10-15 00:09:36 UTC ---
Ok well I guess I'm just going to spend a few days testing all of this in
browsers I have access to and seeing what there's interop on.

Ways to trigger this I need to test:
 - setting location.href
 - following a link
 - meta refresh
 - navigation targeting the browsing context from another
 - all the above with javascript: URLs and http: URLs
 - all of the above within milliseconds of page load starting and while the
network is stalled

Behaviours to check:
 - does 'onload' fire synchronously with whatever triggered the stop?
 - what's the readiness state?
 - what scripts execute if any are pending?
 - does onload fire in subframes if the parent is navigated?
 - does onload fire in parent frames if the child navigates it?
 - how does it affect bfcache?

Anything else?

-- 
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 Friday, 15 October 2010 00:09:38 UTC