Bug 48807

Summary: fast/frames/iframe-reparenting-new-page.html output is ordered wrong
Product: WebKit Reporter: Jenn Braithwaite <jennb>
Component: Tools / TestsAssignee: Jenn Braithwaite <jennb>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dimich
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch none

Description Jenn Braithwaite 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.
Comment 1 Jenn Braithwaite 2010-11-01 17:27:13 PDT
Created attachment 72607 [details]
patch
Comment 2 Andreas Kling 2010-11-01 17:40:15 PDT
Comment on attachment 72607 [details]
patch

LGTM.
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2010-11-02 14:05:26 PDT
All reviewed patches have been landed.  Closing bug.