Bug 31405

Summary: Makes the output of mouse-click-events.html independent of the window size
Product: WebKit Reporter: Kinuko Yasuda <kinuko>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Minor CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Makes the output of mouse-click-events.html independent of the window size none

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.