[Webkit-unassigned] [Bug 32047] New: Make appcache layouttest top-frame-2.html more robust for async checking event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 1 18:25:26 PST 2009


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

           Summary: Make appcache layouttest top-frame-2.html more robust
                    for async checking event
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jennb at chromium.org
                CC: jennb at chromium.org


top-frame-2.html fails in chromium's appcache implementation because the
checking event is asynchronous and may arrive after the iframe has posted the
message back to its parent.  The test ends as soon as it gets the message from
the iframe, causing the checking event to be missed.

Change the test to check for both a checking event and the receipt of the
iframe's message before ending to ensure that both events are processed before
calling the test a success.

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