select-events-2.optional.html.ini (956B)
1 [select-events-2.optional.html] 2 [Listbox controller code should not run if the mousedown event is preventDefaulted.] 3 expected: 4 if os == "android": FAIL 5 if (os == "win") and debug and (processor == "x86"): [PASS, FAIL] 6 if (os == "linux") and debug and fission: [PASS, FAIL] 7 8 [<select> should fire input and change events when new option is selected.] 9 expected: FAIL 10 11 [<select> should not fire input and change events when new selected option has the same value as the old.] 12 expected: 13 if os == "android": FAIL 14 if (os == "linux") and debug and fission: [FAIL, PASS] 15 16 [<select> should fire input and change events when option in listbox is clicked] 17 expected: FAIL 18 19 [Check that <Space> opens <select>.] 20 expected: 21 if (os_version == "7.0") and sessionHistoryInParent and not debug: [FAIL, PASS] 22 FAIL 23 24 [Check that <Space> opens <select> when <select> specifies tabindex] 25 expected: FAIL