Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / win / fast / forms / select-popup-pagekeys-expected.txt
blobd839c0bb7df575828e2c750e35872228227cd5c1
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.
3 Output below is a series of PASS or FAIL lines showing expected and actual selection indexes, followed by a single PASS or FAIL for the status of the entire test.
5 NOTE: This test will fail on Mac OS, on which these keys are NOT supposed to change the selection of a focused pop-up.
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
17 PASS: ALL TESTS SUCCEEDED