[Webkit-unassigned] [Bug 22600] New: Add test to verify the timeout callback is executed in the right context.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 2 13:33:37 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=22600
Summary: Add test to verify the timeout callback is executed in
the right context.
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dimich at chromium.org
When a timeout is scheduled on a window from another frame, the specified
callback is run either in the context of the main page (if specified as a
function or a closure) and in the context of the frame (if specified as a
string of JS code). The test runs 2 timeouts and verifies that they run in
proper contexts.
--
Configure bugmail: https://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