RESOLVED FIXED 31405
Makes the output of mouse-click-events.html independent of the window size
https://bugs.webkit.org/show_bug.cgi?id=31405
Summary Makes the output of mouse-click-events.html independent of the window size
Kinuko Yasuda
Reported 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.
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
Kinuko Yasuda
Comment 1 2009-11-12 05:13:10 PST
Created attachment 43059 [details] Makes the output of mouse-click-events.html independent of the window size
Adam Barth
Comment 2 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!
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2009-11-12 20:59:36 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.