| Index: LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
|
| diff --git a/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt b/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..70c6d318161edfaeb192030c01a59cb502d0897e
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
|
| @@ -0,0 +1,22 @@
|
| +PASS window.innerWidth is 800
|
| +PASS window.innerHeight is 600
|
| +PASS gotWheelEvent is false
|
| +PASS event.ctrlKey is true
|
| +PASS event.deltaX is within 0.001 of 0
|
| +PASS event.deltaY is within 0.001 of -40.54651081081644
|
| +PASS event.x is within 0.001 of 50
|
| +PASS event.y is within 0.001 of 40
|
| +PASS window.innerWidth is 800
|
| +PASS window.innerHeight is 600
|
| +PASS window.scrollX is 0
|
| +PASS window.scrollY is 0
|
| +PASS gotWheelEvent is true
|
| +PASS window.innerWidth is 400
|
| +PASS window.innerHeight is 300
|
| +PASS window.scrollX is 75
|
| +PASS window.scrollY is 50
|
| +PASS gotWheelEvent is false
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|