WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
108305
fast/events/constructors/mouse-event-constructor.html is failing
https://bugs.webkit.org/show_bug.cgi?id=108305
Summary
fast/events/constructors/mouse-event-constructor.html is failing
Kentaro Hara
Reported
2013-01-30 00:42:55 PST
It looks like there is an error in number handling. FAIL new MouseEvent('eventType', { clientX: 2147483647 }).clientX should be 2147483647. Was -1. FAIL new MouseEvent('eventType', { clientX: -2147483648 }).clientX should be -2147483648. Was 0. FAIL new MouseEvent('eventType', { clientY: 2147483647 }).clientY should be 2147483647. Was -1. FAIL new MouseEvent('eventType', { clientY: -2147483648 }).clientY should be -2147483648. Was 0.
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2023-12-19 17:14:23 PST
We don't have any platform specific expectation for following test while searching on 'searchfox.org' (wubkat) and it seems to have been resolved long time back and currently seems to be non-issue. Marking this as 'RESOLVED CONFIGURATION CHANGED'.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug