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

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

--- Comment #24 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-10-22 00:04:25 UTC ---
Because of many of the various differences listed above, Opera is the only
browser that does what I think I'll end up speccing in the multiframe case:
  
http://www.hixie.ch/tests/adhoc/html/navigation/interrupts/multiframe/003.html
IE doesn't seem to bother loading the first file in the frame at all (I'll test
this differently in 004). WebKit does what Opera does except it doesn't fire
the unload like Gecko and Opera normally do. Gecko in this particular case is
the odd one out; it fires the parent's onload as soon as the child's parser is
aborted, instead of having the load event be delayed by the new document in the
subframe as well.

-- 
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, 22 October 2010 00:04:36 UTC