1
0
Fork 0
firefox/testing/web-platform/meta/editing/edit-context/edit-context-basics.tentative.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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