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

Unified Diff: LayoutTests/editing/selection/shrink-selection-after-shift-pagedown.html

Issue 392573002: HTMLTextAreaElement.setSelectionRange should not change focus. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix tests Created 6 years, 5 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: LayoutTests/editing/selection/shrink-selection-after-shift-pagedown.html
diff --git a/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown.html b/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown.html
index d37d38a918f36568313fa5fe8df1242931709db4..6ac93158fbf46e5acedb7791bfcd0bc8eefa68a4 100644
--- a/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown.html
+++ b/LayoutTests/editing/selection/shrink-selection-after-shift-pagedown.html
@@ -7,6 +7,7 @@
testRunner.dumpAsText();
var ta = document.getElementById('ta');
+ ta.focus();
ta.setSelectionRange(4, 16);
var lastSelectedLine;
« no previous file with comments | « LayoutTests/editing/input/reveal-caret-of-multiline-input.html ('k') | LayoutTests/fast/forms/input-appearance-selection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698