summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/editing/other/select-all-and-delete-in-html-element-having-contenteditable.html.ini
blob: 95ea3f3c23e0a6854abf35d7bef2c0bc8d2f4344 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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