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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/keypress-focus-change-expected.txt

Issue 2628763003: Keyboard event should not insert a character at selection if selection doesn't have focus (Closed)
Patch Set: 2017-01-12T13:25:32 Created 3 years, 11 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 unified diff | Download patch
OLDNEW
1 This tests that when the keyPress event handler changes focus to a new form fiel d, 1 This tests that when the keyPress event handler changes focus to a new form fiel d,
2 that the key will still be inserted in the original field that was the target of the event. 2 that the key will not be inserted in the original field that was the target of t he event.
3 3 Note: Edge will not inserted. Firefox and WebKit will insert.
4 Test Passed 4 Test Passed
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698