RESOLVED FIXED 48807
fast/frames/iframe-reparenting-new-page.html output is ordered wrong
https://bugs.webkit.org/show_bug.cgi?id=48807
Summary fast/frames/iframe-reparenting-new-page.html output is ordered wrong
Jenn Braithwaite
Reported 2010-11-01 17:05:51 PDT
Current output: ============ Content-Type: text/plain The test verifies that the timer in iframe continues firing after iframe is adopted into a new window and the original window was closed. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS successfullyParsed is true TEST COMPLETE PASS Loaded iframe in window 1. PASS iframe.contentWindow.counter is 1 PASS Loaded page 2. PASS Page 2 adopted the iframe. PASS Iframe transferred. PASS iframe.contentWindow.counter is 2 PASS window2.location.href is iframe.contentWindow.parent.location.href PASS Page 1 is closed. PASS Received the timer beat from the adopted iframe - exiting. #EOF Should be: "TEST COMPLETE" should appear after the "PASS" messages.
Attachments
patch (2.35 KB, patch)
2010-11-01 17:27 PDT, Jenn Braithwaite
no flags
Jenn Braithwaite
Comment 1 2010-11-01 17:27:13 PDT
Andreas Kling
Comment 2 2010-11-01 17:40:15 PDT
Comment on attachment 72607 [details] patch LGTM.
WebKit Commit Bot
Comment 3 2010-11-02 14:05:22 PDT
Comment on attachment 72607 [details] patch Clearing flags on attachment: 72607 Committed r71166: <http://trac.webkit.org/changeset/71166>
WebKit Commit Bot
Comment 4 2010-11-02 14:05:26 PDT
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.