[input-events-typing.html]
[It triggers beforeinput and input events on typing DELETE with pre-existing content]
expected: FAIL
[It triggers beforeinput and input events on typing DELETE with no pre-existing content]
expected: FAIL
[It triggers beforeinput and input events on typing Undo and Redo key combinations with an existing history]
expected:
if os == "mac": FAIL
[It triggers beforeinput and input events on typing Undo and Redo key combinations without an existing history]
expected: FAIL
[It triggers beforeinput and input events on typing BACK_SPACE with no pre-existing content]
expected: FAIL
[Input events have correct inputType when selected text is removed with Backspace or Delete]
expected:
if (os_version == "14") and debug and sessionHistoryInParent: [FAIL, PASS]
if os_version == "24.04": PASS
if os_version == "18.04": PASS
if os_version == "14.70": FAIL
if os_version == "11.26100": PASS
[PASS, FAIL]
[Input events have correct inputType updated when different inputs are typed]
expected:
if debug and (os_version == "7.0") and sessionHistoryInParent: [PASS, FAIL]
if debug and (os_version == "7.0") and not sessionHistoryInParent: [PASS, FAIL]
if debug and (os_version == "14") and sessionHistoryInParent: [FAIL, PASS]
if debug and (os_version == "14") and not sessionHistoryInParent: [PASS, FAIL]
[It triggers beforeinput and input events on typing BACK_SPACE with pre-existing content]
expected:
if (os_version == "7.0") and debug and not sessionHistoryInParent: [PASS, FAIL]
if (os_version == "14") and debug and sessionHistoryInParent: [FAIL, PASS]
if (os_version == "14") and debug and not sessionHistoryInParent: [PASS, FAIL]