Bug 49384 - LayoutTest fast/dom/DeviceOrientation/event-after-navigation.html is flaky
Summary: LayoutTest fast/dom/DeviceOrientation/event-after-navigation.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-11 07:37 PST by Steve Block
Modified: 2011-02-06 22:16 PST (History)
3 users (show)

See Also:


Attachments
patch (1.60 KB, patch)
2010-11-11 07:44 PST, Steve Block
no flags Details | Formatted Diff | Diff
patch (1.60 KB, patch)
2010-11-11 07:45 PST, Steve Block
jorlow: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2010-11-11 07:37:25 PST
This is an asynchronous script test which navigates the main page but relies on js-test-post.js calling LayoutTestController.waitUntilDone(). It's possible for the main page to be navigated and hence the load of js-test-post.js to be cancelled before LayoutTestController.waitUntilDone() is called, which causes the test to fail.
Comment 1 Steve Block 2010-11-11 07:44:17 PST
Created attachment 73610 [details]
patch
Comment 2 Steve Block 2010-11-11 07:45:24 PST
Created attachment 73611 [details]
patch
Comment 3 Jeremy Orlow 2010-11-23 04:02:27 PST
Comment on attachment 73611 [details]
patch

The comment you put in the bug should also be in the change log.

r=me
Comment 4 Steve Block 2010-11-24 03:43:00 PST
Committed r72658: <http://trac.webkit.org/changeset/72658>
Comment 5 Ryosuke Niwa 2011-02-06 22:16:56 PST
Comment on attachment 73611 [details]
patch

Clearing cq flag so that this patch won't appear on the review queue.