| Index: third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt b/third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
|
| index 70c6d318161edfaeb192030c01a59cb502d0897e..f3185c818d45398b825e81e86b87e9d3ac9cf1a6 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
|
| @@ -11,11 +11,11 @@ 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 internals.visualViewportWidth() is 400
|
| +PASS internals.visualViewportHeight() is 300
|
| +PASS internals.visualViewportScrollX() is 75
|
| +PASS internals.visualViewportScrollY() is 50
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|