blob: 5fcc4aaa5ea72893f92d79f78ef8baeb1e5a50a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
[edit-context-input.tentative.html]
[EditContext should disable DOM mutation]
expected: FAIL
[beforeInput(insertText) should be cancelable]
expected: FAIL
[EditContext should not receive events after being detached from element]
expected: FAIL
[EditContext constructed outside iframe can be used in iframe]
expected: FAIL
[Basic text input with div]
expected: FAIL
[Basic text input with canvas]
expected: FAIL
[Text insertion with non-collapsed selection with div]
expected: FAIL
[Text insertion with non-collapsed selection with canvas]
expected: FAIL
[Backspace and delete in EditContext with div]
expected: FAIL
[Backspace and delete in EditContext with canvas]
expected: FAIL
[Backspace and delete with existing selection with div]
expected: FAIL
[Backspace and delete with existing selection with canvas]
expected: FAIL
|