Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / access-key-case-insensitive-expected.txt
blob6598fcde10277c48fa2b4ab6883ad1635cbf4ff2
1 Access key should work case-insensitively. To test this manually, press <alt>+a, <alt>+<shift>+b and <alt>+<shift>+c keys in this order (on Mac OS X, press <ctrl>+<opt> instead of <alt>).
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS Pressing the "a" access key triggered a focus event.
7 PASS Pressing the "B" access key triggered a focus event.
8 PASS Pressing the "C" access key triggered a focus event.
9 PASS successfullyParsed is true
11 TEST COMPLETE