[Webkit-unassigned] [Bug 31626] [Qt] layoutTestController.notifyDone() not working when the frame was reloaded.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 20 09:30:10 PST 2009


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





--- Comment #14 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2009-11-20 09:30:08 PST ---
So it seems that

16 setTimeout(function ()
17 {
18     test();
19     if (window.layoutTestController)
20         layoutTestController.notifyDone();
21
22 }, 0);

is execute on the old DOMWindow, which is being replaced by test()
(frameElement.src = ). Right loki?

-- 
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