Bug 108305 - fast/events/constructors/mouse-event-constructor.html is failing
Summary: fast/events/constructors/mouse-event-constructor.html is failing
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-30 00:42 PST by Kentaro Hara
Modified: 2023-12-19 17:14 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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'.