blob: 50564d98daf28097c0b40c5f3b53c8da6410b0b1 [file] [log] [blame]
This tests using the software keyboard and pressing 'w' then backspace deletes the 'w' and does not cause an assertion failure in a debug build.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.getElementById("input").value is "w"
PASS document.getElementById("input").value is ""
PASS successfullyParsed is true
TEST COMPLETE