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

Unified Diff: LayoutTests/editing/input/reveal-contenteditable-on-paste-vertically.html

Issue 914573004: Discard scrolling to the saved scroll points if there is any selection done by user. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/editing/input/reveal-contenteditable-on-paste-vertically-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/input/reveal-contenteditable-on-paste-vertically.html
diff --git a/LayoutTests/editing/input/reveal-contenteditable-on-paste-vertically.html b/LayoutTests/editing/input/reveal-contenteditable-on-paste-vertically.html
index b9e04db65d472d740382c3e4d2777654a30b258f..a1b194d4a9dbc4d550cfa01695be6ea9339ab77e 100644
--- a/LayoutTests/editing/input/reveal-contenteditable-on-paste-vertically.html
+++ b/LayoutTests/editing/input/reveal-contenteditable-on-paste-vertically.html
@@ -8,12 +8,12 @@ body { margin:0; padding:0; height:100%; }
</style>
</head>
<body>
+<div contenteditable="true" id="copy">WebKit</div>
yoichio 2015/02/13 06:32:18 Why do you need to update these test? Looks not re
<div>After pasting text in a scrolled out of view editor control, the control is to be brought in the center of the view</div>
<div style="height:200%"></div>
<div>To test manually, have some text in the clipboard, scroll the page up to the top, then paste. The control should be scrolled into the middle of the view.</div>
<div style="width:150px; border:thin solid black" contenteditable="true" id="input"></div>
<div style="height:200%"></div>
-<div contenteditable="true" id="copy">WebKit</div>
<div id="results"></div>
<script>
« no previous file with comments | « no previous file | LayoutTests/editing/input/reveal-contenteditable-on-paste-vertically-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698