Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/WebKit/LayoutTests/editing/input/scroll-to-edge-if-line-break-at-end-of-document-textarea.html

Issue 1942683004: Ctrl/Alt+Enter shouldn't insert newline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yosin's review Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/editing/input/scroll-to-edge-if-line-break-at-end-of-document-textarea.html
diff --git a/third_party/WebKit/LayoutTests/editing/input/scroll-to-edge-if-line-break-at-end-of-document-textarea.html b/third_party/WebKit/LayoutTests/editing/input/scroll-to-edge-if-line-break-at-end-of-document-textarea.html
index 40a134fa30e11ba5e9b11f8955ed691cb3464ee9..c7b7984bdf99084499dc234719d942a33e51bd37 100644
--- a/third_party/WebKit/LayoutTests/editing/input/scroll-to-edge-if-line-break-at-end-of-document-textarea.html
+++ b/third_party/WebKit/LayoutTests/editing/input/scroll-to-edge-if-line-break-at-end-of-document-textarea.html
@@ -13,7 +13,7 @@ not to the center to avoid undesirable content view jumping.</div>
if (window.testRunner)
testRunner.dumpAsText();
-performJumpAtTheEdgeTest(false);
+performJumpAtTheEdgeTest();
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698