diff options
Diffstat (limited to 'testing/web-platform/meta/editing/edit-context/edit-context-input.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/editing/edit-context/edit-context-input.tentative.html.ini | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/editing/edit-context/edit-context-input.tentative.html.ini b/testing/web-platform/meta/editing/edit-context/edit-context-input.tentative.html.ini new file mode 100644 index 0000000000..5fcc4aaa5e --- /dev/null +++ b/testing/web-platform/meta/editing/edit-context/edit-context-input.tentative.html.ini @@ -0,0 +1,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 |