Source code
Revision control
Copy as Markdown
Other Tools
prefs: [dom.events.testing.asyncClipboard:true]
[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), ab[\]c): The command should not be enabled]
expected: FAIL
[In <input type="text">, execCommand("cut", false, null), ab[\]c): execCommand() should return false]
expected: FAIL
[In <input type="text">, execCommand("copy", false, null), abc[\]d): The command should not be enabled]
expected: FAIL
[In <input type="text">, execCommand("copy", false, null), abc[\]d): execCommand() should return false]
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), ab[\]c): The command should not be enabled]
expected: FAIL
[In <input type="text"> in contenteditable, execCommand("cut", false, null), ab[\]c): execCommand() should return false]
expected: FAIL
[In <input type="text"> in contenteditable, execCommand("copy", false, null), abc[\]d): The command should not be enabled]
expected: FAIL
[In <input type="text"> in contenteditable, execCommand("copy", false, null), abc[\]d): execCommand() should return false]
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
[exec-command-with-text-editor.tentative.html?type=password]
disabled:
if verify: intermittent fails in verify mode
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[In <input type="password">, execCommand("cut", false, null), ab[\]c): The command should not 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), abc[\]d): The command should not 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): <input>.value should be "abc[\]c"]
expected: [PASS, 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), ab[\]c): The command should not 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), abc[\]d): The command should not 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): <input>.value should be "abc[\]c"]
expected: [PASS, 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
[exec-command-with-text-editor.tentative.html?type=textarea]
[In <textarea>, execCommand("cut", false, null), ab[\]c): The command should not be enabled]
expected: FAIL
[In <textarea>, execCommand("cut", false, null), ab[\]c): execCommand() should return false]
expected: FAIL
[In <textarea>, execCommand("copy", false, null), abc[\]d): The command should not be enabled]
expected: FAIL
[In <textarea>, execCommand("copy", false, null), abc[\]d): execCommand() should return false]
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), ab[\]c): The command should not be enabled]
expected: FAIL
[In <textarea> in contenteditable, execCommand("cut", false, null), ab[\]c): execCommand() should return false]
expected: FAIL
[In <textarea> in contenteditable, execCommand("copy", false, null), abc[\]d): The command should not be enabled]
expected: FAIL
[In <textarea> in contenteditable, execCommand("copy", false, null), abc[\]d): execCommand() should return false]
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