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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/contenteditable-selection.html

Issue 2709983005: Selection API: Do not change focus by Selection functions. (Closed)
Patch Set: . Created 3 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
Index: third_party/WebKit/LayoutTests/accessibility/contenteditable-selection.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/contenteditable-selection.html b/third_party/WebKit/LayoutTests/accessibility/contenteditable-selection.html
index fd740f23854b7c45996710ca80d159e27abc6a81..88dcf2d25d64d1405162e17149eddce67527fe09 100644
--- a/third_party/WebKit/LayoutTests/accessibility/contenteditable-selection.html
+++ b/third_party/WebKit/LayoutTests/accessibility/contenteditable-selection.html
@@ -213,6 +213,7 @@
var line3 = document.getElementById("paragraph2").firstChild;
var contenteditableLines = [ line1, line2, line3 ];
var contenteditableAccessible = accessibilityController.accessibleElementById("contenteditable-div");
+ contenteditable.focus();
// Select entire lines in the second content editable.
for (var testCase = 0; testCase < 2; ++testCase) {

Powered by Google App Engine
This is Rietveld 408576698