30 lines
1,003 B
INI
30 lines
1,003 B
INI
[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
|