Chrome/Edge. Typing is prevented and Input event is not raised IE11/Firefox. Typing is not prevented. Input event is raised
Chrome/Edge. Typing is prevented. Input event is not raised IE11/Firefox. Typing is not prevented. Input event is raised in firefox but is not raised in IE11 - it's a IE11 bug
Not for IE11 because preventDefault will not prevent typing Not for Firefox because Firefox does not support TextInput event
Not for IE11 because is's not possible to prevent typing in IE11 Not for Firefox because Firefox does not support TextInput event
A
Not for IE11 because this test emulates behavior from https://github.com/DevExpress/testcafe/issues/1956. This behavior is different in IE11 Not for Firefox because Firefox does not support TextInput event
B