Bug 108305

Summary: fast/events/constructors/mouse-event-constructor.html is failing
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: DOMAssignee: Kentaro Hara <haraken>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Kentaro Hara 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.
Comment 1 Ahmad Saleem 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'.