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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/textarea-caret-position-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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 This tests that caret position is reported correctly for textarea elements. 1 This tests that caret position is reported correctly for textarea elements.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS textareaAccessible.selectionStart is 0 6 PASS textareaAccessible.selectionStart is 0
7 PASS textareaAccessible.selectionEnd is 0 7 PASS textareaAccessible.selectionEnd is 0
8 PASS textareaAccessible.selectionStartLineNumber is 0 8 PASS textareaAccessible.selectionStartLineNumber is 0
9 PASS textareaAccessible.selectionEndLineNumber is 0 9 PASS textareaAccessible.selectionEndLineNumber is 0
10 PASS textareaAccessible.selectionStart is 1 10 PASS textareaAccessible.selectionStart is 1
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 PASS textareaAccessible.selectionEndLineNumber is 2 89 PASS textareaAccessible.selectionEndLineNumber is 2
90 PASS textareaAccessible.selectionStart is 20 90 PASS textareaAccessible.selectionStart is 20
91 PASS textareaAccessible.selectionEnd is 20 91 PASS textareaAccessible.selectionEnd is 20
92 PASS emptyTextareaAccessible.selectionStart is 0 92 PASS emptyTextareaAccessible.selectionStart is 0
93 PASS emptyTextareaAccessible.selectionEnd is 0 93 PASS emptyTextareaAccessible.selectionEnd is 0
94 PASS emptyTextareaAccessible.selectionStart is 0 94 PASS emptyTextareaAccessible.selectionStart is 0
95 PASS emptyTextareaAccessible.selectionEnd is 0 95 PASS emptyTextareaAccessible.selectionEnd is 0
96 PASS successfullyParsed is true 96 PASS successfullyParsed is true
97 97
98 TEST COMPLETE 98 TEST COMPLETE
99 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698