mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
24 lines
538 B
INI
Vendored
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
|