Bug 31405 - Makes the output of mouse-click-events.html independent of the window size
Summary: Makes the output of mouse-click-events.html independent of the window size
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-12 05:05 PST by Kinuko Yasuda
Modified: 2009-11-12 20:59 PST (History)
1 user (show)

See Also:


Attachments
Makes the output of mouse-click-events.html independent of the window size (4.02 KB, patch)
2009-11-12 05:13 PST, Kinuko Yasuda
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kinuko Yasuda 2009-11-12 05:05:19 PST
Current test outputs the event logs in the console div one line per one event, and this can yield unexpected results on some platforms when the log lines reach the bottom of the window.   For example on Chromium windows this test fails as described in http://code.google.com/p/chromium/issues/detail?id=24904.

The test should be rewritten such that it isn't dependent on the window being at least a certain size.
Comment 1 Kinuko Yasuda 2009-11-12 05:13:10 PST
Created attachment 43059 [details]
Makes the output of mouse-click-events.html independent of the window size
Comment 2 Adam Barth 2009-11-12 20:48:58 PST
Comment on attachment 43059 [details]
Makes the output of mouse-click-events.html independent of the window size

Thanks!
Comment 3 WebKit Commit Bot 2009-11-12 20:59:33 PST
Comment on attachment 43059 [details]
Makes the output of mouse-click-events.html independent of the window size

Clearing flags on attachment: 43059

Committed r50926: <http://trac.webkit.org/changeset/50926>
Comment 4 WebKit Commit Bot 2009-11-12 20:59:36 PST
All reviewed patches have been landed.  Closing bug.