| Index: third_party/WebKit/LayoutTests/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable.html b/third_party/WebKit/LayoutTests/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable.html
|
| index 0dafcc2512c6a081f871b161d82445c4c37efccb..d155d77b462c3de9711556378d10093d1954007f 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable.html
|
| @@ -4,7 +4,7 @@
|
| </head>
|
| <body>
|
| <div>When the caret is scrolled out and resides at the end of the contenteditable,
|
| -on pressing "Ctrl+Return" it must be scrolled to the bottom of the view,
|
| +on pressing "Return" it must be scrolled to the bottom of the view,
|
| not to the center to avoid undesirable content view jumping.</div>
|
| <div style="height:1000px;">
|
| <div style="overflow:visible; height:100px;" contenteditable="true" id="input"></div>
|
| @@ -13,7 +13,7 @@ not to the center to avoid undesirable content view jumping.</div>
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|
| -performJumpAtTheEdgeTest(true);
|
| +performJumpAtTheEdgeTest();
|
|
|
| </script>
|
| </body>
|
|
|