Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select / menulist-focusable-items-expected.txt
blobf21797c3544a0849cd77eee98413277d416a58e4
1 option/optgroup in menulist are never focusable even with a tabindex
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS isFocusable("optionA") is false
7 PASS isFocusable("optgroupB") is false
8 PASS isFocusable("optionC") is false
9 PASS isFocusable("optionD") is true
10 PASS successfullyParsed is true
12 TEST COMPLETE