[Webkit-unassigned] [Bug 15503] DumpRenderTree crashes in loader callbacks
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 14 01:17:41 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15503
------- Comment #2 from eric at webkit.org 2007-10-14 01:17 PDT -------
I think this happens when you remove an iframe from within it's onload handler.
I think the "failed" callback isn't called soon enough. layoutTestController
only exists while a test is being run. This callback is hit when DRT is
tearing itself down (which shouldn't happen). The callback should have been
called long before that.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list