Chromium Code Reviews| 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..45fd96cabfa50595892d460d8dd2ff8e93a5680f 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(false); |
|
yosin_UTC9
2016/05/09 03:52:51
Could you change |performJumpAtTheEdgeTest()| to t
chongz
2016/05/09 21:21:01
Done.
|
| </script> |
| </body> |