summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/access-key-case-insensitive-expected.txt
blob: 6598fcde10277c48fa2b4ab6883ad1635cbf4ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>).

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS Pressing the "a" access key triggered a focus event.
PASS Pressing the "B" access key triggered a focus event.
PASS Pressing the "C" access key triggered a focus event.
PASS successfullyParsed is true

TEST COMPLETE