| Index: LayoutTests/fast/events/constructors/wheel-event-constructor-expected.txt
|
| diff --git a/LayoutTests/fast/events/constructors/wheel-event-constructor-expected.txt b/LayoutTests/fast/events/constructors/wheel-event-constructor-expected.txt
|
| index 155f58b1798467968e73f0190cd4f7b0a18889a8..8d1b774d64a236809acc979167f8727b246b9798 100644
|
| --- a/LayoutTests/fast/events/constructors/wheel-event-constructor-expected.txt
|
| +++ b/LayoutTests/fast/events/constructors/wheel-event-constructor-expected.txt
|
| @@ -286,7 +286,8 @@ PASS new WheelEvent('eventType', { metaKey: false }).metaKey is false
|
| PASS new WheelEvent('eventType', { metaKey: true }).metaKey is true
|
| PASS new WheelEvent('eventType', { button: 0 }).button is 0
|
| PASS new WheelEvent('eventType', { button: 1 }).button is 1
|
| -PASS new WheelEvent('eventType', { button: 65534 }).button is 65534
|
| +PASS new WheelEvent('eventType', { button: 65534 }).button is -2
|
| +PASS new WheelEvent('eventType', { button: -2 }).button is -2
|
| PASS new WheelEvent('eventType', { button: 65535 }).button is 0
|
| PASS new WheelEvent('eventType', { button: 9007199254740991 }).button is 0
|
| PASS new WheelEvent('eventType', { button: -1 }).button is 0
|
|
|