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

Side by Side Diff: LayoutTests/accessibility/input-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
(Empty)
1
2 This tests that caret position is reported correctly for text input elements.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS inputAccessible.selectionStart is 0
8 PASS inputAccessible.selectionEnd is 0
9 PASS inputAccessible.selectionStart is 1
10 PASS inputAccessible.selectionEnd is 1
11 PASS inputAccessible.selectionStart is 2
12 PASS inputAccessible.selectionEnd is 2
13 PASS inputAccessible.selectionStart is 3
14 PASS inputAccessible.selectionEnd is 3
15 PASS inputAccessible.selectionStart is 4
16 PASS inputAccessible.selectionEnd is 4
17 PASS inputAccessible.selectionStart is 5
18 PASS inputAccessible.selectionEnd is 5
19 PASS inputAccessible.selectionStart is 6
20 PASS inputAccessible.selectionEnd is 6
21 PASS successfullyParsed is true
22
23 TEST COMPLETE
24
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/input-text-caret-position.html ('k') | LayoutTests/accessibility/input-text-selected-range.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698