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

Side by Side Diff: LayoutTests/accessibility/input-type-text-selection-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 text selection is reported correctly for text input elements. 2 This tests that text selection 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 6 8 PASS inputAccessible.selectionEnd is 6
9 PASS inputAccessible.selectionStartLineNumber is 0 9 PASS inputAccessible.selectionStartLineNumber is 0
10 PASS inputAccessible.selectionEndLineNumber is 0 10 PASS inputAccessible.selectionEndLineNumber is 0
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 PASS inputAccessible.selectionStartLineNumber is 0 89 PASS inputAccessible.selectionStartLineNumber is 0
90 PASS inputAccessible.selectionEndLineNumber is 0 90 PASS inputAccessible.selectionEndLineNumber is 0
91 PASS inputAccessible.selectionStart is 5 91 PASS inputAccessible.selectionStart is 5
92 PASS inputAccessible.selectionEnd is 6 92 PASS inputAccessible.selectionEnd is 6
93 PASS inputAccessible.selectionStartLineNumber is 0 93 PASS inputAccessible.selectionStartLineNumber is 0
94 PASS inputAccessible.selectionEndLineNumber is 0 94 PASS inputAccessible.selectionEndLineNumber is 0
95 PASS successfullyParsed is true 95 PASS successfullyParsed is true
96 96
97 TEST COMPLETE 97 TEST COMPLETE
98 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698