Source code
Revision control
Copy as Markdown
Other Tools
[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 == "android"): [PASS, FAIL]
if os == "mac": FAIL
[Input events have correct inputType updated when different inputs are typed]
expected:
if (os == "android") and debug: [PASS, FAIL]
[It triggers beforeinput and input events on typing BACK_SPACE with pre-existing content]
expected:
if os == "android" and os_version == "14" and processor == "x86_64" and debug: [FAIL, PASS]