[Bug 8837] Initial about:blank should fire DOMFrameContentLoaded and load events when not navigated immediately

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





--- Comment #1 from Ian 'Hixie' Hickson <ian@hixie.ch>  2010-02-14 04:50:20 ---
Ok so this only seems to actually affect <iframe>, <iframe
src="{unresolvable}">, <iframe src="about:blank">, and <object
data="about:blank">. <frame> and window.open() are already handled since they
actually load about:blank properly, with no magic. I can handle this pretty
easily by just adding a few cases to the <iframe> and <object> algorithms.


-- 
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 Sunday, 14 February 2010 04:50:21 UTC