summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/editing/other/exec-command-with-text-editor.tentative.html.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/editing/other/exec-command-with-text-editor.tentative.html.ini
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
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.ini432
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