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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/select-element-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 test verifies that the Home/End/PageUp/PageDown keys work correctly for <se lect> elements. Since it requires eventSender.keyDown, it will not run solo in t he web browser; it must be run with run-webkit-tests. 1 This test verifies that the Home/End/PageUp/PageDown keys work correctly for <se lect> elements. Since it requires eventSender.keyDown, it will not run solo in t he web browser; it must be run with run-webkit-tests.
2 2
3 3
4 PASS sendKeyAndExpectIndex("ss", "PageDown", 0, 3) is true 4 PASS sendKeyAndExpectIndex("ss", "PageDown", 0, 3) is true
5 PASS sendKeyAndExpectIndex("ss", "PageDown", 1, 4) is true 5 PASS sendKeyAndExpectIndex("ss", "PageDown", 1, 4) is true
6 PASS sendKeyAndExpectIndex("ss", "PageDown", 2, 5) is true 6 PASS sendKeyAndExpectIndex("ss", "PageDown", 2, 5) is true
7 PASS sendKeyAndExpectIndex("ss", "PageDown", 3, 6) is true 7 PASS sendKeyAndExpectIndex("ss", "PageDown", 3, 6) is true
8 PASS sendKeyAndExpectIndex("ss", "PageDown", 4, 6) is true 8 PASS sendKeyAndExpectIndex("ss", "PageDown", 4, 6) is true
9 PASS sendKeyAndExpectIndex("ss", "PageDown", 5, 6) is true 9 PASS sendKeyAndExpectIndex("ss", "PageDown", 5, 6) is true
10 PASS sendKeyAndExpectIndex("ss", "PageDown", 6, 6) is true 10 PASS sendKeyAndExpectIndex("ss", "PageDown", 6, 6) is true
11 PASS sendKeyAndExpectIndex("ss", "PageUp", 6, 3) is true 11 PASS sendKeyAndExpectIndex("ss", "PageUp", 6, 3) is true
12 PASS sendKeyAndExpectIndex("ss", "PageUp", 5, 2) is true 12 PASS sendKeyAndExpectIndex("ss", "PageUp", 5, 2) is true
13 PASS sendKeyAndExpectIndex("ss", "PageUp", 4, 1) is true 13 PASS sendKeyAndExpectIndex("ss", "PageUp", 4, 1) is true
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 PASS sendKeyAndExpectIndex("ssg", "PageUp", 5, 3) is true 109 PASS sendKeyAndExpectIndex("ssg", "PageUp", 5, 3) is true
110 PASS sendKeyAndExpectIndex("ssg", "PageUp", 4, 2) is true 110 PASS sendKeyAndExpectIndex("ssg", "PageUp", 4, 2) is true
111 PASS sendKeyAndExpectIndex("ssg", "PageUp", 3, 1) is true 111 PASS sendKeyAndExpectIndex("ssg", "PageUp", 3, 1) is true
112 PASS sendKeyAndExpectIndex("ssg", "PageUp", 2, 0) is true 112 PASS sendKeyAndExpectIndex("ssg", "PageUp", 2, 0) is true
113 PASS sendKeyAndExpectIndex("ssg", "PageUp", 1, 0) is true 113 PASS sendKeyAndExpectIndex("ssg", "PageUp", 1, 0) is true
114 PASS sendKeyAndExpectIndex("ssg", "PageUp", 0, 0) is true 114 PASS sendKeyAndExpectIndex("ssg", "PageUp", 0, 0) is true
115 PASS successfullyParsed is true 115 PASS successfullyParsed is true
116 116
117 TEST COMPLETE 117 TEST COMPLETE
118 118
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698