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

Side by Side Diff: LayoutTests/accessibility/input-type-text-caret-position-expected.txt

Issue 1050123003: Rewrote password layout test and removed obsolete tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Renamed some more tests for consistency. Created 5 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 unified diff | Download patch
OLDNEW
1 1
2 This tests that caret position is reported correctly for text input elements. 2 This tests that caret position is reported correctly for text input elements.
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 PASS inputAccessible.selectionStart is 0 7 PASS inputAccessible.selectionStart is 0
8 PASS inputAccessible.selectionEnd is 0 8 PASS inputAccessible.selectionEnd is 0
9 PASS inputAccessible.selectionStart is 1 9 PASS inputAccessible.selectionStart is 1
10 PASS inputAccessible.selectionEnd is 1 10 PASS inputAccessible.selectionEnd is 1
11 PASS inputAccessible.selectionStart is 2 11 PASS inputAccessible.selectionStart is 2
12 PASS inputAccessible.selectionEnd is 2 12 PASS inputAccessible.selectionEnd is 2
13 PASS inputAccessible.selectionStart is 3 13 PASS inputAccessible.selectionStart is 3
14 PASS inputAccessible.selectionEnd is 3 14 PASS inputAccessible.selectionEnd is 3
15 PASS inputAccessible.selectionStart is 4 15 PASS inputAccessible.selectionStart is 4
16 PASS inputAccessible.selectionEnd is 4 16 PASS inputAccessible.selectionEnd is 4
17 PASS inputAccessible.selectionStart is 5 17 PASS inputAccessible.selectionStart is 5
18 PASS inputAccessible.selectionEnd is 5 18 PASS inputAccessible.selectionEnd is 5
19 PASS inputAccessible.selectionStart is 6 19 PASS inputAccessible.selectionStart is 6
20 PASS inputAccessible.selectionEnd is 6 20 PASS inputAccessible.selectionEnd is 6
21 PASS successfullyParsed is true 21 PASS successfullyParsed is true
22 22
23 TEST COMPLETE 23 TEST COMPLETE
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698