| Index: LayoutTests/fast/events/touch/basic-multi-touch-events-expected.txt
|
| diff --git a/LayoutTests/fast/events/touch/basic-multi-touch-events-expected.txt b/LayoutTests/fast/events/touch/basic-multi-touch-events-expected.txt
|
| index 30716c12bba0dec0dcb6745d732b50eddc60c14c..5b3e53df9e72e8b1a2432194d6d9471b3705fee8 100644
|
| --- a/LayoutTests/fast/events/touch/basic-multi-touch-events-expected.txt
|
| +++ b/LayoutTests/fast/events/touch/basic-multi-touch-events-expected.txt
|
| @@ -9,8 +9,6 @@ PASS lastEvent.type is "touchstart"
|
| PASS lastEvent.touches.length is 2
|
| PASS lastEvent.changedTouches.length is 2
|
| PASS lastEvent.targetTouches.length is 2
|
| -PASS lastEvent.pageX is 0
|
| -PASS lastEvent.pageY is 0
|
| PASS lastEvent.touches[0].pageX is 10
|
| PASS lastEvent.touches[0].pageY is 10
|
| PASS lastEvent.touches[0].clientX is 10
|
| @@ -46,8 +44,6 @@ PASS lastEvent.type is "touchmove"
|
| PASS lastEvent.touches.length is 2
|
| PASS lastEvent.changedTouches.length is 1
|
| PASS lastEvent.targetTouches.length is 2
|
| -PASS lastEvent.pageX is 0
|
| -PASS lastEvent.pageY is 0
|
| PASS lastEvent.touches[0].pageX is 15
|
| PASS lastEvent.touches[0].pageY is 15
|
| PASS lastEvent.touches[0].clientX is 15
|
| @@ -68,8 +64,6 @@ PASS lastEvent.type is "touchend"
|
| PASS lastEvent.touches.length is 1
|
| PASS lastEvent.changedTouches.length is 1
|
| PASS lastEvent.targetTouches.length is 1
|
| -PASS lastEvent.pageX is 0
|
| -PASS lastEvent.pageY is 0
|
| PASS lastEvent.touches[0].pageX is 20
|
| PASS lastEvent.touches[0].pageY is 30
|
| PASS lastEvent.touches[0].clientX is 20
|
| @@ -90,8 +84,6 @@ PASS lastEvent.type is "touchend"
|
| PASS lastEvent.touches.length is 0
|
| PASS lastEvent.changedTouches.length is 1
|
| PASS lastEvent.targetTouches.length is 0
|
| -PASS lastEvent.pageX is 0
|
| -PASS lastEvent.pageY is 0
|
| PASS lastEvent.changedTouches[0].pageX is 20
|
| PASS lastEvent.changedTouches[0].pageY is 30
|
| PASS lastEvent.changedTouches[0].clientX is 20
|
|
|