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

Unified Diff: third_party/WebKit/LayoutTests/editing/input/keyboard_event_without_focus.html

Issue 2616623002: Do not send redundant selectionchange-events (decouple focus) (Closed)
Patch Set: Rebase Created 3 years, 8 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/keyboard_event_without_focus.html
diff --git a/third_party/WebKit/LayoutTests/editing/input/keyboard_event_without_focus.html b/third_party/WebKit/LayoutTests/editing/input/keyboard_event_without_focus.html
index e0ccc38dd45e8cef2d07913d620720d79f7de42f..dbfbbd3f5c3957198c28d13288c8cadf90d19b73 100644
--- a/third_party/WebKit/LayoutTests/editing/input/keyboard_event_without_focus.html
+++ b/third_party/WebKit/LayoutTests/editing/input/keyboard_event_without_focus.html
@@ -20,7 +20,7 @@ test(() => {
// Insert |textField.value| to HTML for verification
textField.appendChild(document.createTextNode(textField.value));
},
- '<input value="x">x</input><input type="checkbox">',
+ '|<input value="x">x</input><input type="checkbox">',
'unfocused text field should not insert a charcter by keyboard event');
assert_selection(

Powered by Google App Engine
This is Rietveld 408576698