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

Side by Side Diff: LayoutTests/fast/forms/selection-start-end-readonly-expected.txt

Issue 1269263003: The start and end arguments should be unsigned long in setSelectionRange() function Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 Tests for selectionStart and selectionEnd on read-only INPUT and TEXTAREA. 1 Tests for selectionStart and selectionEnd on read-only INPUT and TEXTAREA.
2 bug 25444: SelectionStart, selectionEnd properties return wrong values when the selection is in a form input. 2 bug 25444: SelectionStart, selectionEnd properties return wrong values when the selection is in a form input.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 7
8 8
9 PASS element.selectionStart is 0 9 PASS element.selectionStart is 0
10 PASS element.selectionEnd is 10 10 PASS element.selectionEnd is 10
11 PASS element.selectionStart is 0 11 PASS element.selectionStart is 0
12 PASS element.selectionEnd is 9 12 PASS element.selectionEnd is 9
13 PASS element.selectionStart is 1 13 PASS element.selectionStart is 1
14 PASS element.selectionEnd is 10 14 PASS element.selectionEnd is 10
15 PASS element.selectionStart is 5 15 PASS element.selectionStart is 5
16 PASS element.selectionEnd is 5 16 PASS element.selectionEnd is 5
17 PASS element.selectionStart is 5 17 PASS element.selectionStart is 5
18 PASS element.selectionEnd is 5 18 PASS element.selectionEnd is 5
19 PASS element.selectionStart is 0 19 PASS element.selectionStart is 0
20 PASS element.selectionEnd is 0 20 PASS element.selectionEnd is 0
21 PASS element.selectionStart is 0 21 PASS element.selectionStart is 10
22 PASS element.selectionEnd is 10 22 PASS element.selectionEnd is 10
23 PASS element.selectionStart is 0 23 PASS element.selectionStart is 0
24 PASS element.selectionEnd is 10 24 PASS element.selectionEnd is 10
25 PASS element.selectionStart is 0 25 PASS element.selectionStart is 0
26 PASS element.selectionEnd is 9 26 PASS element.selectionEnd is 9
27 PASS element.selectionStart is 1 27 PASS element.selectionStart is 1
28 PASS element.selectionEnd is 10 28 PASS element.selectionEnd is 10
29 PASS element.selectionStart is 5 29 PASS element.selectionStart is 5
30 PASS element.selectionEnd is 5 30 PASS element.selectionEnd is 5
31 PASS element.selectionStart is 5 31 PASS element.selectionStart is 5
32 PASS element.selectionEnd is 5 32 PASS element.selectionEnd is 5
33 PASS element.selectionStart is 0 33 PASS element.selectionStart is 0
34 PASS element.selectionEnd is 0 34 PASS element.selectionEnd is 0
35 PASS element.selectionStart is 0 35 PASS element.selectionStart is 10
36 PASS element.selectionEnd is 10 36 PASS element.selectionEnd is 10
37 PASS successfullyParsed is true 37 PASS successfullyParsed is true
38 38
39 TEST COMPLETE 39 TEST COMPLETE
40 40
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/selection-start-end-readonly.html ('k') | Source/core/html/HTMLInputElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698