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

Side by Side Diff: LayoutTests/platform/mac-mavericks/fast/forms/onselect-textarea-expected.txt

Issue 1360323003: Auto-rebaseline for r202651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
1 1
2 This tests onSelect for textareas. 2 This tests onSelect for textareas.
3 This also makes sure that the correct selection is restored when the element reg ains focus. 3 This also makes sure that the correct selection is restored when the element reg ains focus.
4 4
5 Calling focus on textarea 5 Calling focus on textarea
6 After focus: textarea selection start: 0 end: 0 6 After focus: textarea selection start: 0 end: 0
7 7
8 Calling setSelectionRange on textarea 8 Calling setSelectionRange on textarea
9 After setSelectionRange(5, 10): textarea selection start: 5 end: 10 9 After setSelectionRange(5, 10): textarea selection start: 5 end: 10
10 10
11 Double clicking to make selection for textarea 11 Double clicking to make selection for textarea
12 onselect fired for textarea 12 onselect fired for textarea
13 After double clicking: textarea selection start: 9 end: 13 13 After double clicking: textarea selection start: 9 end: 13
14 14
15 Calling blur on textarea 15 Calling blur on textarea
16 After blur: textarea selection start: 9 end: 13 16 After blur: textarea selection start: 9 end: 13
17 17
18 Calling focus on textarea 18 Calling focus on textarea
19 After focus: textarea selection start: 9 end: 13 19 After focus: textarea selection start: 9 end: 13
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698