diff options
Diffstat (limited to 'testing/web-platform/meta/editing/other/exec-command-with-text-editor.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/editing/other/exec-command-with-text-editor.tentative.html.ini | 288 |
1 files changed, 288 insertions, 0 deletions
diff --git a/testing/web-platform/meta/editing/other/exec-command-with-text-editor.tentative.html.ini b/testing/web-platform/meta/editing/other/exec-command-with-text-editor.tentative.html.ini new file mode 100644 index 0000000000..296450720c --- /dev/null +++ b/testing/web-platform/meta/editing/other/exec-command-with-text-editor.tentative.html.ini @@ -0,0 +1,288 @@ +[exec-command-with-text-editor.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [In <input>, execCommand("cut", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input>, execCommand("cut", false, null), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <input>, execCommand("cut", false, null), a[b\]c): <input>.value should be "a[\]c"] + expected: FAIL + + [In <input>, execCommand("cut", false, null), a[b\]c): input.inputType should be deleteByCut] + expected: FAIL + + [In <input>, execCommand("cut", false, null), a[b\]c): input.target should be [object HTMLInputElement\]] + expected: FAIL + + [In <input>, execCommand("copy", false, null), a[bc\]d): The command should be enabled] + expected: FAIL + + [In <input>, execCommand("copy", false, null), a[bc\]d): execCommand() should return true] + expected: FAIL + + [In <input>, execCommand("paste", false, null), a[\]c): The command should be supported] + expected: FAIL + + [In <input>, execCommand("paste", false, null), a[\]c): The command should be enabled] + expected: FAIL + + [In <input>, execCommand("undo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input>, execCommand("redo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <input>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <input>.value should be "ainserted[\]c"] + expected: FAIL + + [In <input>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText] + expected: FAIL + + [In <input>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLInputElement\]] + expected: FAIL + + [In <input>, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <input> has focus] + expected: FAIL + + [In <input>, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <input> does not have focus] + expected: FAIL + + [In <input>, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <input> has focus] + expected: FAIL + + [In <input>, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <input> does not have focus] + expected: FAIL + + [In <textarea>, execCommand("cut", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <textarea>, execCommand("cut", false, null), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <textarea>, execCommand("cut", false, null), a[b\]c): <textarea>.value should be "a[\]c"] + expected: FAIL + + [In <textarea>, execCommand("cut", false, null), a[b\]c): input.inputType should be deleteByCut] + expected: FAIL + + [In <textarea>, execCommand("cut", false, null), a[b\]c): input.target should be [object HTMLTextAreaElement\]] + expected: FAIL + + [In <textarea>, execCommand("copy", false, null), a[bc\]d): The command should be enabled] + expected: FAIL + + [In <textarea>, execCommand("copy", false, null), a[bc\]d): execCommand() should return true] + expected: FAIL + + [In <textarea>, execCommand("paste", false, null), a[\]c): The command should be supported] + expected: FAIL + + [In <textarea>, execCommand("paste", false, null), a[\]c): The command should be enabled] + expected: FAIL + + [In <textarea>, execCommand("undo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <textarea>, execCommand("redo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <textarea>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled] + expected: FAIL + + [In <textarea>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <textarea>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <textarea>.value should be "ainserted[\]c"] + expected: FAIL + + [In <textarea>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText] + expected: FAIL + + [In <textarea>, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLTextAreaElement\]] + expected: FAIL + + [In <textarea>, execCommand("insertparagraph", false, null), a[b\]c): input.inputType should be insertParagraph] + expected: FAIL + + [In <textarea>, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <textarea> has focus] + expected: FAIL + + [In <textarea>, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <textarea> does not have focus] + expected: FAIL + + [In <textarea>, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <textarea> has focus] + expected: FAIL + + [In <textarea>, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <textarea> does not have focus] + expected: FAIL + + [In <input> in contenteditable, execCommand("cut", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input> in contenteditable, execCommand("cut", false, null), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <input> in contenteditable, execCommand("cut", false, null), a[b\]c): <input>.value should be "a[\]c"] + expected: FAIL + + [In <input> in contenteditable, execCommand("cut", false, null), a[b\]c): input.inputType should be deleteByCut] + expected: FAIL + + [In <input> in contenteditable, execCommand("cut", false, null), a[b\]c): input.target should be [object HTMLInputElement\]] + expected: FAIL + + [In <input> in contenteditable, execCommand("copy", false, null), a[bc\]d): The command should be enabled] + expected: FAIL + + [In <input> in contenteditable, execCommand("copy", false, null), a[bc\]d): execCommand() should return true] + expected: FAIL + + [In <input> in contenteditable, execCommand("paste", false, null), a[\]c): The command should be supported] + expected: FAIL + + [In <input> in contenteditable, execCommand("paste", false, null), a[\]c): The command should be enabled] + expected: FAIL + + [In <input> in contenteditable, execCommand("undo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input> in contenteditable, execCommand("redo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <input>.value should be "ainserted[\]c"] + expected: FAIL + + [In <input> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText] + expected: FAIL + + [In <input> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLInputElement\]] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("cut", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("cut", false, null), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("cut", false, null), a[b\]c): <textarea>.value should be "a[\]c"] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("cut", false, null), a[b\]c): input.inputType should be deleteByCut] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("cut", false, null), a[b\]c): input.target should be [object HTMLTextAreaElement\]] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("copy", false, null), a[bc\]d): The command should be enabled] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("copy", false, null), a[bc\]d): execCommand() should return true] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("paste", false, null), a[\]c): The command should be supported] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("paste", false, null), a[\]c): The command should be enabled] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("redo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <textarea>.value should be "ainserted[\]c"] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLTextAreaElement\]] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("insertparagraph", false, null), a[b\]c): input.inputType should be insertParagraph] + expected: FAIL + + [In <input> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <textarea> in contenteditable, execCommand("undo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input>, execCommand("contentReadOnly", false, true), a[b\]c): The command should not be supported] + expected: + if not early_beta_or_earlier: FAIL + + [In <input>, execCommand("contentReadOnly", false, true), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + + [In <input>, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be supported] + expected: + if not early_beta_or_earlier: FAIL + + [In <input>, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + + [In <textarea>, execCommand("contentReadOnly", false, true), a[b\]c): The command should not be supported] + expected: + if not early_beta_or_earlier: FAIL + + [In <textarea>, execCommand("contentReadOnly", false, true), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + + [In <textarea>, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be supported] + expected: + if not early_beta_or_earlier: FAIL + + [In <textarea>, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + + [In <input> in contenteditable, execCommand("contentReadOnly", false, true), a[b\]c): The command should not be supported] + expected: + if not early_beta_or_earlier: FAIL + + [In <input> in contenteditable, execCommand("contentReadOnly", false, true), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + + [In <input> in contenteditable, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be supported] + expected: + if not early_beta_or_earlier: FAIL + + [In <input> in contenteditable, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + + [In <textarea> in contenteditable, execCommand("contentReadOnly", false, true), a[b\]c): The command should not be supported] + expected: + if not early_beta_or_earlier: FAIL + + [In <textarea> in contenteditable, execCommand("contentReadOnly", false, true), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + + [In <textarea> in contenteditable, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be supported] + expected: + if not early_beta_or_earlier: FAIL + + [In <textarea> in contenteditable, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL |