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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/select-event-on-input-and-textarea-expected.txt

Issue 2735633006: INPUT/TEXTAREA elements: Dispatch 'select' event only if text selection is changed. (Closed)
Patch Set: Remove throttling Created 3 years, 9 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
(Empty)
1 Test select event is triggered on input and textarea Elements.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS input.focus()
7 PASS input.select()
8 PASS input.setSelectionRange()
9 PASS input.setRangeText()
10 PASS input.selectionStart
11 PASS input.selectionEnd
12 PASS input.selectionDirection
13 PASS textarea.focus()
14 PASS textarea.select()
15 PASS textarea.setSelectionRange()
16 PASS textarea.setRangeText()
17 PASS textarea.selectionStart
18 PASS textarea.selectionEnd
19 PASS textarea.selectionDirection
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698