mirror of
https://github.com/servo/servo.git
synced 2025-08-24 06:45:33 +01:00
Update web-platform-tests to revision b'a39b23cb150d1ca3eddf7f2097ffe792a5f911e5' (#31425)
This commit is contained in:
parent
0d4e4748c4
commit
32f1d07323
409 changed files with 16860 additions and 3438 deletions
24
tests/wpt/meta/uievents/textInput/api.html.ini
Normal file
24
tests/wpt/meta/uievents/textInput/api.html.ini
Normal file
|
@ -0,0 +1,24 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue