diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/editing/other/exec-command-with-text-editor.tentative.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream.tar.xz firefox-esr-upstream.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 | 432 |
1 files changed, 432 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..925ecd7769 --- /dev/null +++ b/testing/web-platform/meta/editing/other/exec-command-with-text-editor.tentative.html.ini @@ -0,0 +1,432 @@ +[exec-command-with-text-editor.tentative.html?type=text] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [In <input type="text">, execCommand("cut", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="text">, execCommand("cut", false, null), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <input type="text">, execCommand("cut", false, null), a[b\]c): <input>.value should be "a[\]c"] + expected: FAIL + + [In <input type="text">, execCommand("cut", false, null), a[b\]c): input.inputType should be deleteByCut] + expected: FAIL + + [In <input type="text">, execCommand("cut", false, null), a[b\]c): input.target should be [object HTMLInputElement\]] + expected: FAIL + + [In <input type="text">, execCommand("copy", false, null), a[bc\]d): The command should be enabled] + expected: FAIL + + [In <input type="text">, execCommand("copy", false, null), a[bc\]d): execCommand() should return true] + expected: FAIL + + [In <input type="text">, execCommand("paste", false, null), a[\]c): The command should be supported] + expected: FAIL + + [In <input type="text">, execCommand("paste", false, null), a[\]c): The command should be enabled] + expected: FAIL + + [In <input type="text">, execCommand("undo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="text">, execCommand("redo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="text">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="text">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <input type="text">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <input>.value should be "ainserted[\]c"] + expected: FAIL + + [In <input type="text">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText] + expected: FAIL + + [In <input type="text">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLInputElement\]] + expected: FAIL + + [In <input type="text">, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <input> has focus] + expected: FAIL + + [In <input type="text">, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <input> does not have focus] + expected: FAIL + + [In <input type="text">, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <input> has focus] + expected: FAIL + + [In <input type="text">, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <input> does not have focus] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("cut", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("cut", false, null), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("cut", false, null), a[b\]c): <input>.value should be "a[\]c"] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("cut", false, null), a[b\]c): input.inputType should be deleteByCut] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("cut", false, null), a[b\]c): input.target should be [object HTMLInputElement\]] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("copy", false, null), a[bc\]d): The command should be enabled] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("copy", false, null), a[bc\]d): execCommand() should return true] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("paste", false, null), a[\]c): The command should be supported] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("paste", false, null), a[\]c): The command should be enabled] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("undo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("redo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <input>.value should be "ainserted[\]c"] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLInputElement\]] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="text"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <input type="text">, execCommand("contentReadOnly", false, true), a[b\]c): The command should not be supported] + expected: + if not early_beta_or_earlier: FAIL + + [In <input type="text">, execCommand("contentReadOnly", false, true), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + + [In <input type="text">, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be supported] + expected: + if not early_beta_or_earlier: FAIL + + [In <input type="text">, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + + [In <input type="text"> 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 type="text"> 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 type="text"> 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 type="text"> in contenteditable, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + +[exec-command-with-text-editor.tentative.html?type=password] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [In <input type="password">, execCommand("cut", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="password">, execCommand("cut", false, null), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <input type="password">, execCommand("cut", false, null), a[b\]c): <input>.value should be "a[\]c"] + expected: FAIL + + [In <input type="password">, execCommand("cut", false, null), a[b\]c): input.inputType should be deleteByCut] + expected: FAIL + + [In <input type="password">, execCommand("cut", false, null), a[b\]c): input.target should be [object HTMLInputElement\]] + expected: FAIL + + [In <input type="password">, execCommand("copy", false, null), a[bc\]d): The command should be enabled] + expected: FAIL + + [In <input type="password">, execCommand("copy", false, null), a[bc\]d): execCommand() should return true] + expected: FAIL + + [In <input type="password">, execCommand("paste", false, null), a[\]c): The command should be supported] + expected: FAIL + + [In <input type="password">, execCommand("paste", false, null), a[\]c): The command should be enabled] + expected: FAIL + + [In <input type="password">, execCommand("undo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="password">, execCommand("redo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="password">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="password">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <input type="password">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <input>.value should be "ainserted[\]c"] + expected: FAIL + + [In <input type="password">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText] + expected: FAIL + + [In <input type="password">, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLInputElement\]] + expected: FAIL + + [In <input type="password">, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <input> has focus] + expected: FAIL + + [In <input type="password">, execCommand("defaultParagraphSeparator", false, p), a[b\]c): defaultParagraphSeparator value should be "p" when <input> does not have focus] + expected: FAIL + + [In <input type="password">, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <input> has focus] + expected: FAIL + + [In <input type="password">, execCommand("defaultParagraphSeparator", false, div), a[b\]c): defaultParagraphSeparator value should be "div" when <input> does not have focus] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("cut", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("cut", false, null), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("cut", false, null), a[b\]c): <input>.value should be "a[\]c"] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("cut", false, null), a[b\]c): input.inputType should be deleteByCut] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("cut", false, null), a[b\]c): input.target should be [object HTMLInputElement\]] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("copy", false, null), a[bc\]d): The command should be enabled] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("copy", false, null), a[bc\]d): execCommand() should return true] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("paste", false, null), a[\]c): The command should be supported] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("paste", false, null), a[\]c): The command should be enabled] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("undo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("redo", false, null), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): <input>.value should be "ainserted[\]c"] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.inputType should be insertText] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): input.target should be [object HTMLInputElement\]] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): The command should be enabled] + expected: FAIL + + [In <input type="password"> in contenteditable, execCommand("inserthtml", false, <b>inserted</b>), a[b\]c): execCommand() should return true] + expected: FAIL + + [In <input type="password">, execCommand("contentReadOnly", false, true), a[b\]c): The command should not be supported] + expected: + if not early_beta_or_earlier: FAIL + + [In <input type="password">, execCommand("contentReadOnly", false, true), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + + [In <input type="password">, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be supported] + expected: + if not early_beta_or_earlier: FAIL + + [In <input type="password">, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + + [In <input type="password"> 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 type="password"> 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 type="password"> 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 type="password"> in contenteditable, execCommand("contentReadOnly", false, false), a[b\]c): The command should not be enabled] + expected: + if not early_beta_or_earlier: FAIL + +[exec-command-with-text-editor.tentative.html?type=textarea] + [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 <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 <textarea> in contenteditable, execCommand("undo", false, null), a[b\]c): The command should be enabled] + expected: 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 <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 |