diff options
Diffstat (limited to 'testing/web-platform/meta/editing/other/select-all-and-delete-in-html-element-having-contenteditable.html.ini')
-rw-r--r-- | testing/web-platform/meta/editing/other/select-all-and-delete-in-html-element-having-contenteditable.html.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/meta/editing/other/select-all-and-delete-in-html-element-having-contenteditable.html.ini b/testing/web-platform/meta/editing/other/select-all-and-delete-in-html-element-having-contenteditable.html.ini new file mode 100644 index 0000000000..95ea3f3c23 --- /dev/null +++ b/testing/web-platform/meta/editing/other/select-all-and-delete-in-html-element-having-contenteditable.html.ini @@ -0,0 +1,13 @@ +[select-all-and-delete-in-html-element-having-contenteditable.html] + [getSelection().selectAllChildren(document.documentElement), then, Backspace] + expected: FAIL + + [getSelection().selectAllChildren(document.documentElement), then, Delete] + expected: FAIL + + [getSelection().selectAllChildren(document.documentElement), then, execCommand("forwarddelete")] + expected: FAIL + + [getSelection().selectAllChildren(document.documentElement), then, execCommand("delete")] + expected: FAIL + |