RESOLVED FIXED 52032
fast/dom/Window/window-postmessage-clone-frames.html has some timing issues
https://bugs.webkit.org/show_bug.cgi?id=52032
Summary fast/dom/Window/window-postmessage-clone-frames.html has some timing issues
Martin Robinson
Reported 2011-01-06 15:39:40 PST
fast/dom/Window/window-postmessage-clone-frames.html has two issues: 1. It has the same file-input-after-console-output div problem as in this bug: https://bugs.webkit.org/show_bug.cgi?id=52027 . 2. There is a timing issue where the test may finish before all messages have been passed to the worker context. Essentially if the original context processes a message from the worker context, before all messages are passed to the worker context, the test will end early. My guess is that this is not a problem on other platforms, because drag-and-drop happens on the main event loop in GTK+ and not on an inner event loop.
Attachments
Patch (3.70 KB, patch)
2011-01-06 15:53 PST, Martin Robinson
no flags
Martin Robinson
Comment 1 2011-01-06 15:53:38 PST
Martin Robinson
Comment 2 2011-01-07 17:38:19 PST
Comment on attachment 78182 [details] Patch Clearing flags on attachment: 78182 Committed r75298: <http://trac.webkit.org/changeset/75298>
Martin Robinson
Comment 3 2011-01-07 17:38:23 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.