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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-popup-pagekeys-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 pop -up <select> elements that have focus but are not currently popped-up. 1 This test verifies that the Home/End/PageUp/PageDown keys work correctly for pop -up <select> elements that have focus but are not currently popped-up.
2 2
3 Output below is a series of PASS or FAIL lines showing expected and actual selec tion indexes, followed by a single PASS or FAIL for the status of the entire tes t. 3 Output below is a series of PASS or FAIL lines showing expected and actual selec tion indexes, followed by a single PASS or FAIL for the status of the entire tes t.
4 4
5 NOTE: This test will fail on Mac OS, on which these keys are NOT supposed to cha nge the selection of a focused pop-up. 5 NOTE: This test will fail on Mac OS, on which these keys are NOT supposed to cha nge the selection of a focused pop-up.
6 6
7 7
8 FAIL: selectedIndex should be 3 (is 0) after a PageDown from index 0 8 FAIL: selectedIndex should be 3 (is 0) after a PageDown from index 0
9 FAIL: selectedIndex should be 4 (is 1) after a PageDown from index 1 9 FAIL: selectedIndex should be 4 (is 1) after a PageDown from index 1
10 FAIL: selectedIndex should be 5 (is 2) after a PageDown from index 2 10 FAIL: selectedIndex should be 5 (is 2) after a PageDown from index 2
11 FAIL: selectedIndex should be 6 (is 3) after a PageDown from index 3 11 FAIL: selectedIndex should be 6 (is 3) after a PageDown from index 3
12 FAIL: selectedIndex should be 6 (is 4) after a PageDown from index 4 12 FAIL: selectedIndex should be 6 (is 4) after a PageDown from index 4
13 FAIL: selectedIndex should be 6 (is 5) after a PageDown from index 5 13 FAIL: selectedIndex should be 6 (is 5) after a PageDown from index 5
14 FAIL: selectedIndex should be 3 (is 6) after a PageUp from index 6 14 FAIL: selectedIndex should be 3 (is 6) after a PageUp from index 6
15 FAIL: selectedIndex should be 2 (is 5) after a PageUp from index 5 15 FAIL: selectedIndex should be 2 (is 5) after a PageUp from index 5
16 FAIL: selectedIndex should be 1 (is 4) after a PageUp from index 4 16 FAIL: selectedIndex should be 1 (is 4) after a PageUp from index 4
17 FAIL: selectedIndex should be 0 (is 3) after a PageUp from index 3 17 FAIL: selectedIndex should be 0 (is 3) after a PageUp from index 3
(...skipping 30 matching lines...) Expand all
48 FAIL: selectedIndex should be 6 (is 5) after a End from index 5 48 FAIL: selectedIndex should be 6 (is 5) after a End from index 5
49 FAIL: selectedIndex should be 6 (is 4) after a End from index 4 49 FAIL: selectedIndex should be 6 (is 4) after a End from index 4
50 FAIL: selectedIndex should be 6 (is 3) after a End from index 3 50 FAIL: selectedIndex should be 6 (is 3) after a End from index 3
51 FAIL: selectedIndex should be 6 (is 2) after a End from index 2 51 FAIL: selectedIndex should be 6 (is 2) after a End from index 2
52 FAIL: selectedIndex should be 6 (is 1) after a End from index 1 52 FAIL: selectedIndex should be 6 (is 1) after a End from index 1
53 FAIL: selectedIndex should be 6 (is 0) after a End from index 0 53 FAIL: selectedIndex should be 6 (is 0) after a End from index 0
54 54
55 FAIL: SOME TESTS FAILED (SEE ABOVE) 55 FAIL: SOME TESTS FAILED (SEE ABOVE)
56 56
57 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698