servo/tests/wpt/meta/uievents/textInput/api.html.ini

24 lines
538 B
INI
Vendored

[api.html]
[No constructor]
expected: FAIL
[document.CreateEvent('TextEvent') prototype chain]
expected: FAIL
[initTextEvent('foo')]
expected: FAIL
[initTextEvent('foo', true, true, window, 'bar')]
expected: FAIL
[case sensitivity: textInput vs textinput]
expected: FAIL
[execCommand('insertText', false, 'a'), <input>]
expected: FAIL
[execCommand('insertText', false, 'a'), <textarea>]
expected: FAIL
[execCommand('insertText', false, 'a'), <div contenteditable="">]
expected: FAIL