Bug 66974 - Layout Test fast/events/keydown-1.html is flaky
Summary: Layout Test fast/events/keydown-1.html is flaky
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-25 13:18 PDT by Peter Kasting
Modified: 2011-08-26 10:41 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Kasting 2011-08-25 13:18:27 PDT
The following layout test is flakily timing out in debug (see e.g. http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fevents%2Fkeydown-1.html&showExpectations=true ):

fast/events/keydown-1.html

From the log looks like sometimes window.frames[0].document.body is null when we try to look at it, which seems strange.

Don't know how to triage this.  Wondering if sometimes event handling is going awry in the test framework?  Dirk, could you try to triage?
Comment 1 Dirk Pranke 2011-08-25 14:45:17 PDT
The test framework (NRWT) would have nothing to do with flakiness like this. 

I can poke into it, but I'm almost certainly not the best person to do so.