| 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..5d7af1f3dcb137ceb3e158e1b87bc6fdcc8854c1
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
|
| @@ -0,0 +1,18 @@
|
| +PASS window.innerWidth is 800
|
| +PASS window.innerHeight is 600
|
| +PASS gotWheelEvent is false
|
| +PASS event.ctrlKey is true
|
| +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
|
| +
|
|
|