| Index: third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt b/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt
|
| index 45d0bf5ecfa69a2db7b60896211d355c6512f887..61af6cb60d9dfdbad822c3eeb4a7089701a1aa8f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt
|
| @@ -288,37 +288,6 @@ PASS lastPointerEvents[0].tiltY is 0
|
| PASS lastPointerEvents[0].width is 1
|
| PASS lastPointerEvents[0].height is 1
|
| PASS lastPointerEvents[0].view.name is "mainWindow"
|
| -Received pointerdown
|
| -Received mousedown
|
| -PASS lastPointerEvents.length is 1
|
| -PASS lastPointerEvents[0].type is "pointerdown"
|
| -PASS lastPointerEvents[0].bubbles is true
|
| -PASS lastPointerEvents[0].cancelable is true
|
| -PASS lastPointerEvents[0].pointerId is 1
|
| -PASS lastPointerEvents[0].pointerType is "mouse"
|
| -PASS lastPointerEvents[0].isPrimary is true
|
| -PASS lastPointerEvents[0].clientX is 23
|
| -PASS lastPointerEvents[0].clientY is 31
|
| -PASS lastPointerEvents[0].layerX is 23
|
| -PASS lastPointerEvents[0].layerY is 31
|
| -PASS lastPointerEvents[0].movementX is 0
|
| -PASS lastPointerEvents[0].movementY is 0
|
| -PASS lastPointerEvents[0].offsetX is 5
|
| -PASS lastPointerEvents[0].offsetY is 5
|
| -PASS lastPointerEvents[0].pageX is 23
|
| -PASS lastPointerEvents[0].pageY is 31
|
| -PASS lastPointerEvents[0].screenX is 23
|
| -PASS lastPointerEvents[0].screenY is 31
|
| -PASS lastPointerEvents[0].x is 23
|
| -PASS lastPointerEvents[0].y is 31
|
| -PASS lastPointerEvents[0].button is 2
|
| -PASS lastPointerEvents[0].buttons is 2
|
| -PASS lastPointerEvents[0].pressure is 0.5
|
| -PASS lastPointerEvents[0].tiltX is 0
|
| -PASS lastPointerEvents[0].tiltY is 0
|
| -PASS lastPointerEvents[0].width is 1
|
| -PASS lastPointerEvents[0].height is 1
|
| -PASS lastPointerEvents[0].view.name is "mainWindow"
|
| Received pointerup
|
| Received mouseup
|
| PASS lastPointerEvents.length is 1
|
|
|