[exec-command-with-text-editor.tentative.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[In , execCommand("cut", false, null), a[b\]c): The command should be enabled]
expected: FAIL
[In , execCommand("cut", false, null), a[b\]c): execCommand() should return true]
expected: FAIL
[In , execCommand("cut", false, null), a[b\]c): .value should be "a[\]c"]
expected: FAIL
[In , execCommand("cut", false, null), a[b\]c): input.inputType should be deleteByCut]
expected: FAIL
[In , execCommand("cut", false, null), a[b\]c): input.target should be [object HTMLInputElement\]]
expected: FAIL
[In , execCommand("copy", false, null), a[bc\]d): The command should be enabled]
expected: FAIL
[In , execCommand("copy", false, null), a[bc\]d): execCommand() should return true]
expected: FAIL
[In , execCommand("paste", false, null), a[\]c): The command should be supported]
expected: FAIL
[In , execCommand("paste", false, null), a[\]c): The command should be enabled]
expected: FAIL
[In , execCommand("undo", false, null), a[b\]c): The command should be enabled]
expected: FAIL
[In , execCommand("redo", false, null), a[b\]c): The command should be enabled]
expected: FAIL
[In , execCommand("inserthtml", false, inserted), a[b\]c): The command should be enabled]
expected: FAIL
[In , execCommand("inserthtml", false, inserted), a[b\]c): execCommand() should return true]
expected: FAIL
[In , execCommand("inserthtml", false, inserted), a[b\]c): .value should be "ainserted[\]c"]
expected: FAIL
[In , execCommand("inserthtml", false, inserted), a[b\]c): input.inputType should be insertText]
expected: FAIL
[In , execCommand("inserthtml", false, inserted), a[b\]c): input.target should be [object HTMLInputElement\]]
expected: FAIL
[In , execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when has focus]
expected: FAIL
[In , execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when does not have focus]
expected: FAIL
[In , execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when has focus]
expected: FAIL
[In , execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when does not have focus]
expected: FAIL
[In