Source code
Revision control
Copy as Markdown
Other Tools
[select-keyboard-behavior.optional.html]
[defaultbutton: When the listbox is closed, spacebar should open the listbox.]
expected:
if (os == "android") and not sessionHistoryInParent and debug: FAIL
if (os == "android") and not sessionHistoryInParent and not debug: [FAIL, PASS]
if (os == "android") and sessionHistoryInParent: FAIL
[defaultbutton: When the listbox is closed, all arrow keys should open the listbox.]
expected: FAIL
[defaultbutton: When the listbox is open, the enter key should commit the selected option.]
expected: FAIL
[defaultbutton: When the listbox is open, the tab key should close the listbox.]
expected: FAIL
[custombutton: When the listbox is closed, spacebar should open the listbox.]
expected:
if os == "android": FAIL
[custombutton: When the listbox is closed, all arrow keys should open the listbox.]
expected: FAIL
[custombutton: When the listbox is open, the enter key should commit the selected option.]
expected: FAIL
[custombutton: When the listbox is open, the tab key should close the listbox.]
expected: FAIL
[defaultbutton: When the listbox is closed, the enter key should not trigger form submission.]
expected:
if os == "mac": PASS
FAIL
[custombutton: When the listbox is closed, the enter key should not trigger form submission.]
expected:
if os == "mac": PASS
FAIL