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

Side by Side Diff: LayoutTests/fast/forms/select-popup-pagekeys-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
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
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
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
7
8 PASS: testPageDownNoDisabledElements passed
9 PASS: testPageUpNoDisabledElements passed
10 PASS: testHomeNoDisabledElements passed
11 PASS: testEndNoDisabledElements passed
12 PASS: testPageDownWithDisabledElements passed
13 PASS: testPageUpWithDisabledElements passed
14 PASS: testHomeWithDisabledElements passed
15 PASS: testEndWithDisabledElements passed
16
17 PASS: ALL TESTS SUCCEEDED
18
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698