[Webkit-unassigned] [Bug 33533] window.onload never fires if page contains an <iframe> with a bad scheme or whose load is cancelled by returning null from resource load delegate's willSendRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 13:53:11 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33533





--- Comment #13 from Adam Roben (aroben) <aroben at apple.com>  2010-01-13 13:53:11 PST ---
I think I'll end up writing three tests:

1) Contains an <iframe> for which the resource load delegate returns nil from
willSendRequest
2) Contains an <iframe> for which the policy delegate calls [listener ignore]
3) Contains an <iframe> with a bad URL scheme

In all cases, the test will succeed if onload is fired.

I'm going to have to add new API to make (1) possible. I believe (2) is already
possible using layoutTestController.setCustomPolicyDelegate(true), and (3) is
clearly already possible as well.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list