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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/mixed-editability-8.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/editing/selection/mixed-editability-8.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/mixed-editability-8.html b/third_party/WebKit/LayoutTests/editing/selection/mixed-editability-8.html
index f4bd5e4c3a7a5e807909694589e104072891dfd1..ef948fca884de8d2d3aac1a512b7e7f935515a0f 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/mixed-editability-8.html
+++ b/third_party/WebKit/LayoutTests/editing/selection/mixed-editability-8.html
@@ -13,6 +13,7 @@ editable
<script>
var e = document.getElementById("test");
var s = window.getSelection();
+document.querySelector("div").focus();
s.collapse(e, 0);
s.modify("move", "forward", "character");

Powered by Google App Engine
This is Rietveld 408576698