blob: ba7160d7977421a52bbcd462061731d385f090ad (
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
|
[edit-context-basics.tentative.html]
[Testing EditContext Dictionary Init]
expected: FAIL
[A contenteditable element should remain editable after attaching and detaching EditContext.]
expected: FAIL
[EditContext can be associated with an element that is not in the tree.]
expected: FAIL
[If an element is removed from the tree, the associated EditContext remains connected to the element.]
expected: FAIL
[If an element's ancestor is removed from tree, the associated EditContext remains connected to the element.]
expected: FAIL
[.attachedElements() should return associated element]
expected: FAIL
[Testing EditContext update text, selection and layout]
expected: FAIL
[updateCharacterBounds(), characterBounds(), and characterBoundsRangeStart should work properly]
expected: FAIL
[EditContext should allow a backwards selection]
expected: FAIL
[updateText can replace substrings including with backwards parameters]
expected: FAIL
|