input-events-typing.html.ini (1796B)
1 [input-events-typing.html] 2 [It triggers beforeinput and input events on typing DELETE with pre-existing content] 3 expected: FAIL 4 5 [It triggers beforeinput and input events on typing DELETE with no pre-existing content] 6 expected: FAIL 7 8 [It triggers beforeinput and input events on typing Undo and Redo key combinations with an existing history] 9 expected: 10 if os == "mac": FAIL 11 12 [It triggers beforeinput and input events on typing Undo and Redo key combinations without an existing history] 13 expected: FAIL 14 15 [It triggers beforeinput and input events on typing BACK_SPACE with no pre-existing content] 16 expected: FAIL 17 18 [Input events have correct inputType when selected text is removed with Backspace or Delete] 19 expected: 20 if (os_version == "14") and debug and sessionHistoryInParent: [FAIL, PASS] 21 if os_version == "24.04": PASS 22 if os_version == "18.04": PASS 23 if os_version == "14.70": FAIL 24 if os_version == "11.26100": PASS 25 [PASS, FAIL] 26 27 [Input events have correct inputType updated when different inputs are typed] 28 expected: 29 if debug and (os_version == "7.0") and sessionHistoryInParent: [PASS, FAIL] 30 if debug and (os_version == "7.0") and not sessionHistoryInParent: [PASS, FAIL] 31 if debug and (os_version == "14") and sessionHistoryInParent: [FAIL, PASS] 32 if debug and (os_version == "14") and not sessionHistoryInParent: [PASS, FAIL] 33 34 [It triggers beforeinput and input events on typing BACK_SPACE with pre-existing content] 35 expected: 36 if (os_version == "7.0") and debug and not sessionHistoryInParent: [PASS, FAIL] 37 if (os_version == "14") and debug and sessionHistoryInParent: [FAIL, PASS] 38 if (os_version == "14") and debug and not sessionHistoryInParent: [PASS, FAIL]