| Index: third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-into-view-scrolls-layout-viewport-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-into-view-scrolls-layout-viewport-expected.txt b/third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-into-view-scrolls-layout-viewport-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8f9e20d37825499e571c489ffe8f3ba53815f952
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-into-view-scrolls-layout-viewport-expected.txt
|
| @@ -0,0 +1,17 @@
|
| +Test that element.scrollIntoView() only scrolls the layout viewport when the intertVisualViewport is set.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS internals.visualViewportScrollX() is window.scrollX
|
| +PASS internals.visualViewportScrollY() is window.scrollY
|
| +PASS window.scrollX is 0
|
| +PASS window.scrollY is > 0
|
| +PASS internals.visualViewportScrollX() is window.scrollX
|
| +PASS internals.visualViewportScrollY() is window.scrollY
|
| +PASS window.scrollX is 0
|
| +PASS window.scrollY is > 0
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|