| Index: third_party/WebKit/LayoutTests/fast/scrolling/editor-command-scroll-page-scale-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/editor-command-scroll-page-scale-expected.txt b/third_party/WebKit/LayoutTests/fast/scrolling/editor-command-scroll-page-scale-expected.txt
|
| index 1f7bb551a0e6f2c69274127540d0140b9c503c35..f39ddc1be0c890862c5e6355e0e7fcae4fa9f26a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/scrolling/editor-command-scroll-page-scale-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/scrolling/editor-command-scroll-page-scale-expected.txt
|
| @@ -14,15 +14,15 @@ PASS window.scrollY is 0
|
| PASS window.scrollX is 0
|
|
|
| Testing Page Scrolling:
|
| -PASS window.scrollY is pageHeight - window.innerHeight
|
| -PASS window.scrollX is 0
|
| -PASS window.scrollY is 0
|
| -PASS window.scrollX is 0
|
| +PASS internals.visualViewportScrollY() is pageHeight - internals.visualViewportHeight()
|
| +PASS internals.visualViewportScrollX() is 0
|
| +PASS internals.visualViewportScrollY() is 0
|
| +PASS internals.visualViewportScrollX() is 0
|
|
|
| Testing Line Scrolling:
|
| -PASS window.scrollY is pageHeight - window.innerHeight
|
| -PASS window.scrollX is 0
|
| -PASS window.scrollY is 0
|
| -PASS window.scrollX is 0
|
| +PASS internals.visualViewportScrollY() is pageHeight - internals.visualViewportHeight()
|
| +PASS internals.visualViewportScrollX() is 0
|
| +PASS internals.visualViewportScrollY() is 0
|
| +PASS internals.visualViewportScrollX() is 0
|
|
|
| Top of pageBottom of pageLeft of pageRight of pageMiddle of page
|
|
|