Click here to download the Blitz Browser!

WPT

wpt / input-events / input-events-exec-command.html

Spec: Input Events ↗

Runs: Chrome 155.0.8039.0 (wpt@6ec9fd59f, 2026-09-03) | Firefox 157.0a1 (wpt@6ec9fd59f, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-795e1 (wpt@7e3d005d7, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)

View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi

ChromeFirefoxSafariLadybirdServoBlitz
Total238/307284/307188/307216/307126/307NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
Calling execCommand("insertText", false, a) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("insertText", false, a) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("insertText", false, a) (inputType value)PASSPASSPASSPASSPASS
Calling execCommand("insertText", false, a) (data value)PASSPASSPASSPASSFAIL
Calling execCommand("insertText", false, a) (dataTransfer value)PASSPASSPASSPASSPASS
Calling execCommand("insertText", false, bc) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("insertText", false, bc) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("insertText", false, bc) (inputType value)PASSPASSPASSPASSPASS
Calling execCommand("insertText", false, bc) (data value)PASSPASSPASSPASSFAIL
Calling execCommand("insertText", false, bc) (dataTransfer value)PASSPASSPASSPASSPASS
execCommand("insertText") should insert "abc" into the editorPASSPASSPASSPASSPASS
Calling execCommand("insertOrderedList", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("insertOrderedList", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSPASS
Calling execCommand("insertOrderedList", false, null) (inputType value)PASSPASSPASSPASSFAIL
Calling execCommand("insertOrderedList", false, null) (data value)PASSPASSPASSPASS
Calling execCommand("insertOrderedList", false, null) (dataTransfer value)PASSPASSPASSPASS
execCommand("insertOrderedList") should make <ol> and wrap the text with itPASSPASSFAILPASSFAIL
Calling execCommand("insertUnorderedList", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("insertUnorderedList", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSPASS
Calling execCommand("insertUnorderedList", false, null) (inputType value)PASSPASSPASSPASSFAIL
Calling execCommand("insertUnorderedList", false, null) (data value)PASSPASSPASSPASS
Calling execCommand("insertUnorderedList", false, null) (dataTransfer value)PASSPASSPASSPASS
execCommand("insertUnorderedList") should make <ul> and wrap the text with itPASSPASSFAILPASSFAIL
Calling execCommand("insertLineBreak", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("insertLineBreak", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("insertLineBreak", false, null) (inputType value)PASSPASSPASSPASSPASS
Calling execCommand("insertLineBreak", false, null) (data value)PASSPASSPASSPASSPASS
Calling execCommand("insertLineBreak", false, null) (dataTransfer value)PASSPASSPASSPASSPASS
Calling execCommand("insertParagraph", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("insertParagraph", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("insertParagraph", false, null) (inputType value)PASSPASSPASSPASSPASS
Calling execCommand("insertParagraph", false, null) (data value)PASSPASSPASSPASSPASS
Calling execCommand("insertParagraph", false, null) (dataTransfer value)PASSPASSPASSPASSPASS
Calling execCommand("insertHorizontalRule", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("insertHorizontalRule", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("insertHorizontalRule", false, null) (inputType value)FAILPASSFAILFAILPASS
Calling execCommand("insertHorizontalRule", false, null) (data value)PASSPASSPASSPASS
Calling execCommand("insertHorizontalRule", false, null) (dataTransfer value)PASSPASSFAILPASS
Calling execCommand("bold", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("bold", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("bold", false, null) (inputType value)PASSPASSPASSPASSPASS
Calling execCommand("bold", false, null) (data value)PASSPASSPASSPASSPASS
Calling execCommand("bold", false, null) (dataTransfer value)PASSPASSPASSPASSPASS
execCommand("bold") should wrap selected text with <b> elementPASSPASSPASSPASSPASS
Calling execCommand("italic", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("italic", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("italic", false, null) (inputType value)PASSPASSPASSFAILFAIL
Calling execCommand("italic", false, null) (data value)PASSPASSPASSPASSPASS
Calling execCommand("italic", false, null) (dataTransfer value)PASSPASSPASSPASSPASS
execCommand("italic") should wrap selected text with <i> elementPASSPASSPASSFAILFAIL
Calling execCommand("underline", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("underline", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("underline", false, null) (inputType value)PASSPASSPASSFAILFAIL
Calling execCommand("underline", false, null) (data value)PASSPASSPASSPASSPASS
Calling execCommand("underline", false, null) (dataTransfer value)PASSPASSPASSPASSPASS
execCommand("underline") should wrap selected text with <u> elementPASSPASSPASSFAILFAIL
Calling execCommand("strikeThrough", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("strikeThrough", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("strikeThrough", false, null) (inputType value)PASSPASSPASSPASSPASS
Calling execCommand("strikeThrough", false, null) (data value)PASSPASSPASSPASSPASS
Calling execCommand("strikeThrough", false, null) (dataTransfer value)PASSPASSPASSPASSPASS
execCommand("strikeThrough") should wrap selected text with <strike> elementPASSPASSPASSFAILFAIL
Calling execCommand("superscript", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("superscript", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("superscript", false, null) (inputType value)PASSPASSPASSPASSPASS
Calling execCommand("superscript", false, null) (data value)PASSPASSPASSPASSPASS
Calling execCommand("superscript", false, null) (dataTransfer value)PASSPASSPASSPASSPASS
execCommand("superscript") should wrap selected text with <sup> elementPASSPASSPASSFAILFAIL
Calling execCommand("subscript", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("subscript", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("subscript", false, null) (inputType value)PASSPASSPASSFAILFAIL
Calling execCommand("subscript", false, null) (data value)PASSPASSPASSPASSPASS
Calling execCommand("subscript", false, null) (dataTransfer value)PASSPASSPASSPASSPASS
execCommand("subscript") should wrap selected text with <sub> elementPASSPASSPASSFAILFAIL
Calling execCommand("backColor", false, #FF0000) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("backColor", false, #FF0000) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("backColor", false, #FF0000) (inputType value)FAILPASSFAILPASSPASS
Calling execCommand("backColor", false, #FF0000) (data value)FAILPASSFAILFAILFAIL
Calling execCommand("backColor", false, #FF0000) (dataTransfer value)PASSPASSPASSPASSPASS
Calling execCommand("backColor", false, #00FF00FF) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("backColor", false, #00FF00FF) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("backColor", false, #00FF00FF) (inputType value)FAILPASSFAILPASSFAIL
Calling execCommand("backColor", false, #00FF00FF) (data value)FAILPASSFAILFAIL
Calling execCommand("backColor", false, #00FF00FF) (dataTransfer value)PASSPASSPASSPASS
Calling execCommand("backColor", false, #0000FF88) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("backColor", false, #0000FF88) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("backColor", false, #0000FF88) (inputType value)FAILPASSFAILPASSFAIL
Calling execCommand("backColor", false, #0000FF88) (data value)FAILPASSFAILFAIL
Calling execCommand("backColor", false, #0000FF88) (dataTransfer value)PASSPASSPASSPASS
Calling execCommand("backColor", false, orange) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("backColor", false, orange) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("backColor", false, orange) (inputType value)FAILPASSFAILPASSFAIL
Calling execCommand("backColor", false, orange) (data value)FAILPASSFAILFAIL
Calling execCommand("backColor", false, orange) (dataTransfer value)PASSPASSPASSPASS
Calling execCommand("backColor", false, Inherit) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("backColor", false, Inherit) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("backColor", false, Inherit) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("backColor", false, Inherit) (data value)FAILFAILFAIL
Calling execCommand("backColor", false, Inherit) (dataTransfer value)PASSPASSPASS
Calling execCommand("backColor", false, Initial) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("backColor", false, Initial) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("backColor", false, Initial) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("backColor", false, Initial) (data value)FAILFAILFAIL
Calling execCommand("backColor", false, Initial) (dataTransfer value)PASSPASSPASS
Calling execCommand("backColor", false, Reset) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("backColor", false, Reset) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("backColor", false, Reset) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("backColor", false, Reset) (data value)FAILFAILFAIL
Calling execCommand("backColor", false, Reset) (dataTransfer value)PASSPASSPASS
Calling execCommand("backColor", false, transparent) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("backColor", false, transparent) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("backColor", false, transparent) (inputType value)FAILPASSFAILPASSFAIL
Calling execCommand("backColor", false, transparent) (data value)FAILPASSFAILFAIL
Calling execCommand("backColor", false, transparent) (dataTransfer value)PASSPASSPASSPASS
Calling execCommand("backColor", false, CurrentColor) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("backColor", false, CurrentColor) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("backColor", false, CurrentColor) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("backColor", false, CurrentColor) (data value)FAILFAILFAIL
Calling execCommand("backColor", false, CurrentColor) (dataTransfer value)PASSPASSPASS
Calling execCommand("backColor", false, Invalid-Value) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("backColor", false, Invalid-Value) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("backColor", false, Invalid-Value) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("backColor", false, Invalid-Value) (data value)FAILPASSFAIL
Calling execCommand("backColor", false, Invalid-Value) (dataTransfer value)PASSPASSPASS
Calling execCommand("foreColor", false, #FF0000) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("foreColor", false, #FF0000) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("foreColor", false, #FF0000) (inputType value)FAILPASSPASSPASSPASS
Calling execCommand("foreColor", false, #FF0000) (data value)FAILPASSPASSFAILFAIL
Calling execCommand("foreColor", false, #FF0000) (dataTransfer value)PASSPASSPASSPASSPASS
Calling execCommand("foreColor", false, #00FF00FF) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("foreColor", false, #00FF00FF) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("foreColor", false, #00FF00FF) (inputType value)FAILPASSPASSPASSFAIL
Calling execCommand("foreColor", false, #00FF00FF) (data value)FAILPASSPASSFAIL
Calling execCommand("foreColor", false, #00FF00FF) (dataTransfer value)PASSPASSPASSPASS
Calling execCommand("foreColor", false, #0000FF88) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("foreColor", false, #0000FF88) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("foreColor", false, #0000FF88) (inputType value)FAILPASSPASSPASSFAIL
Calling execCommand("foreColor", false, #0000FF88) (data value)FAILPASSPASSFAIL
Calling execCommand("foreColor", false, #0000FF88) (dataTransfer value)PASSPASSPASSPASS
Calling execCommand("foreColor", false, orange) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("foreColor", false, orange) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("foreColor", false, orange) (inputType value)FAILPASSPASSPASSFAIL
Calling execCommand("foreColor", false, orange) (data value)FAILPASSFAILFAIL
Calling execCommand("foreColor", false, orange) (dataTransfer value)PASSPASSPASSPASS
Calling execCommand("foreColor", false, Inherit) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("foreColor", false, Inherit) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("foreColor", false, Inherit) (inputType value)FAILPASSPASSFAILFAIL
Calling execCommand("foreColor", false, Inherit) (data value)FAILFAILPASS
Calling execCommand("foreColor", false, Inherit) (dataTransfer value)PASSPASSPASS
Calling execCommand("foreColor", false, Initial) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("foreColor", false, Initial) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("foreColor", false, Initial) (inputType value)FAILPASSPASSFAILFAIL
Calling execCommand("foreColor", false, Initial) (data value)FAILFAILPASS
Calling execCommand("foreColor", false, Initial) (dataTransfer value)PASSPASSPASS
Calling execCommand("foreColor", false, Reset) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("foreColor", false, Reset) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("foreColor", false, Reset) (inputType value)FAILPASSPASSFAILFAIL
Calling execCommand("foreColor", false, Reset) (data value)FAILFAILFAIL
Calling execCommand("foreColor", false, Reset) (dataTransfer value)PASSPASSPASS
Calling execCommand("foreColor", false, transparent) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("foreColor", false, transparent) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("foreColor", false, transparent) (inputType value)FAILPASSPASSPASSFAIL
Calling execCommand("foreColor", false, transparent) (data value)FAILPASSFAILFAIL
Calling execCommand("foreColor", false, transparent) (dataTransfer value)PASSPASSPASSPASS
Calling execCommand("foreColor", false, CurrentColor) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("foreColor", false, CurrentColor) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("foreColor", false, CurrentColor) (inputType value)FAILPASSPASSFAILFAIL
Calling execCommand("foreColor", false, CurrentColor) (data value)FAILFAILPASS
Calling execCommand("foreColor", false, CurrentColor) (dataTransfer value)PASSPASSPASS
Calling execCommand("foreColor", false, Invalid-Value) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("foreColor", false, Invalid-Value) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("foreColor", false, Invalid-Value) (inputType value)FAILPASSPASSFAILFAIL
Calling execCommand("foreColor", false, Invalid-Value) (data value)FAILPASSFAIL
Calling execCommand("foreColor", false, Invalid-Value) (dataTransfer value)PASSPASSPASS
Calling execCommand("hiliteColor", false, #FF0000) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("hiliteColor", false, #FF0000) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("hiliteColor", false, #FF0000) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("hiliteColor", false, #FF0000) (data value)FAILPASSFAILFAILFAIL
Calling execCommand("hiliteColor", false, #FF0000) (dataTransfer value)PASSPASSPASSPASSPASS
Calling execCommand("hiliteColor", false, #00FF00FF) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("hiliteColor", false, #00FF00FF) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("hiliteColor", false, #00FF00FF) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("hiliteColor", false, #00FF00FF) (data value)FAILPASSFAILFAIL
Calling execCommand("hiliteColor", false, #00FF00FF) (dataTransfer value)PASSPASSPASSPASS
Calling execCommand("hiliteColor", false, #0000FF88) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("hiliteColor", false, #0000FF88) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("hiliteColor", false, #0000FF88) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("hiliteColor", false, #0000FF88) (data value)FAILPASSFAILFAIL
Calling execCommand("hiliteColor", false, #0000FF88) (dataTransfer value)PASSPASSPASSPASS
Calling execCommand("hiliteColor", false, orange) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("hiliteColor", false, orange) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("hiliteColor", false, orange) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("hiliteColor", false, orange) (data value)FAILPASSFAILFAIL
Calling execCommand("hiliteColor", false, orange) (dataTransfer value)PASSPASSPASSPASS
Calling execCommand("hiliteColor", false, Inherit) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("hiliteColor", false, Inherit) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("hiliteColor", false, Inherit) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("hiliteColor", false, Inherit) (data value)FAILFAILFAIL
Calling execCommand("hiliteColor", false, Inherit) (dataTransfer value)PASSPASSPASS
Calling execCommand("hiliteColor", false, Initial) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("hiliteColor", false, Initial) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("hiliteColor", false, Initial) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("hiliteColor", false, Initial) (data value)FAILFAILFAIL
Calling execCommand("hiliteColor", false, Initial) (dataTransfer value)PASSPASSPASS
Calling execCommand("hiliteColor", false, Reset) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("hiliteColor", false, Reset) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("hiliteColor", false, Reset) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("hiliteColor", false, Reset) (data value)FAILFAILFAIL
Calling execCommand("hiliteColor", false, Reset) (dataTransfer value)PASSPASSPASS
Calling execCommand("hiliteColor", false, transparent) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("hiliteColor", false, transparent) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("hiliteColor", false, transparent) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("hiliteColor", false, transparent) (data value)FAILPASSFAILFAIL
Calling execCommand("hiliteColor", false, transparent) (dataTransfer value)PASSPASSPASSPASS
Calling execCommand("hiliteColor", false, CurrentColor) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("hiliteColor", false, CurrentColor) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("hiliteColor", false, CurrentColor) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("hiliteColor", false, CurrentColor) (data value)FAILFAILFAIL
Calling execCommand("hiliteColor", false, CurrentColor) (dataTransfer value)PASSPASSPASS
Calling execCommand("hiliteColor", false, Invalid-Value) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("hiliteColor", false, Invalid-Value) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("hiliteColor", false, Invalid-Value) (inputType value)FAILPASSFAILFAILFAIL
Calling execCommand("hiliteColor", false, Invalid-Value) (data value)FAILPASSFAIL
Calling execCommand("hiliteColor", false, Invalid-Value) (dataTransfer value)PASSPASSPASS
Calling execCommand("fontName", false, monospace) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("fontName", false, monospace) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("fontName", false, monospace) (inputType value)FAILPASSFAILPASSPASS
Calling execCommand("fontName", false, monospace) (data value)FAILPASSFAILFAILFAIL
Calling execCommand("fontName", false, monospace) (dataTransfer value)PASSPASSPASSPASSPASS
Calling execCommand("fontName", false, monospace ) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("fontName", false, monospace ) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("fontName", false, monospace ) (inputType value)FAILPASSFAILPASSPASS
Calling execCommand("fontName", false, monospace ) (data value)FAILPASSFAILFAILFAIL
Calling execCommand("fontName", false, monospace ) (dataTransfer value)PASSPASSPASSPASSPASS
Calling execCommand("fontName", false, monospace ) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("fontName", false, monospace ) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("fontName", false, monospace ) (inputType value)FAILPASSFAILPASSPASS
Calling execCommand("fontName", false, monospace ) (data value)FAILPASSFAILFAILFAIL
Calling execCommand("fontName", false, monospace ) (dataTransfer value)PASSPASSPASSPASSPASS
Calling execCommand("justifyCenter", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("justifyCenter", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSPASS
Calling execCommand("justifyCenter", false, null) (inputType value)PASSPASSFAILPASSFAIL
Calling execCommand("justifyCenter", false, null) (data value)PASSPASSPASSPASS
Calling execCommand("justifyCenter", false, null) (dataTransfer value)PASSPASSPASSPASS
execCommand("justifyCenter") should wrap the text with <div> element whose text-align is centerPASSFAILPASSPASSFAIL
Calling execCommand("justifyFull", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("justifyFull", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSPASS
Calling execCommand("justifyFull", false, null) (inputType value)PASSPASSFAILPASSFAIL
Calling execCommand("justifyFull", false, null) (data value)PASSPASSPASSPASS
Calling execCommand("justifyFull", false, null) (dataTransfer value)PASSPASSPASSPASS
execCommand("justifyFull") should wrap the text with <div> element whose text-align is justifyPASSFAILPASSFAILFAIL
Calling execCommand("justifyRight", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("justifyRight", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSPASS
Calling execCommand("justifyRight", false, null) (inputType value)PASSPASSFAILPASSFAIL
Calling execCommand("justifyRight", false, null) (data value)PASSPASSPASSPASS
Calling execCommand("justifyRight", false, null) (dataTransfer value)PASSPASSPASSPASS
execCommand("justifyRight") should wrap the text with <div> element whose text-align is rightPASSFAILPASSFAILFAIL
Calling execCommand("justifyLeft", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("justifyLeft", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSPASS
Calling execCommand("justifyLeft", false, null) (inputType value)PASSPASSFAILPASSFAIL
Calling execCommand("justifyLeft", false, null) (data value)PASSPASSPASSPASS
Calling execCommand("justifyLeft", false, null) (dataTransfer value)PASSPASSPASSPASS
execCommand("justifyLeft") should wrap the text with <div> element whose text-align is leftPASSFAILPASSFAILFAIL
Calling execCommand("removeFormat", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("removeFormat", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("removeFormat", false, null) (inputType value)PASSFAILFAILFAILFAIL
Calling execCommand("removeFormat", false, null) (data value)PASSPASSPASS
Calling execCommand("removeFormat", false, null) (dataTransfer value)PASSPASSPASS
execCommand("removeFormat") should remove the style of current blockPASSFAILFAILFAILFAIL
Calling execCommand("indent", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("indent", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("indent", false, null) (inputType value)PASSPASSPASSPASSPASS
Calling execCommand("indent", false, null) (data value)PASSPASSPASSPASSPASS
Calling execCommand("indent", false, null) (dataTransfer value)PASSPASSPASSPASSPASS
Calling execCommand("outdent", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("outdent", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSPASS
Calling execCommand("outdent", false, null) (inputType value)PASSPASSPASSPASSFAIL
Calling execCommand("outdent", false, null) (data value)PASSPASSPASSPASS
Calling execCommand("outdent", false, null) (dataTransfer value)PASSPASSPASSPASS
Set of execCommand("indent") and execCommand("outdent") should keep same DOM treePASSFAILFAILFAILFAIL
Calling execCommand("copy", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("copy", false, null) (shouldn't fire beforeinput)PASSPASSPASSPASSPASS
Calling execCommand("copy", false, null) (inputType value)PASSPASSPASSPASSPASS
Calling execCommand("cut", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("cut", false, null) (shouldn't fire beforeinput)PASSPASSPASSPASSPASS
Calling execCommand("cut", false, null) (inputType value)FAILFAILFAILFAILFAIL
Calling execCommand("paste", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("paste", false, null) (shouldn't fire beforeinput)PASSPASSPASSPASSPASS
Calling execCommand("paste", false, null) (inputType value)FAILFAILFAILFAILFAIL
Calling execCommand("createLink", false, https://example.com/) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("createLink", false, https://example.com/) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("createLink", false, https://example.com/) (inputType value)PASSPASSPASSPASSPASS
Calling execCommand("createLink", false, https://example.com/) (data value)PASSPASSPASSFAILFAIL
Calling execCommand("createLink", false, https://example.com/) (dataTransfer value)PASSPASSPASSPASSPASS
execCommand("createLink") should create a link with absolute URLPASSPASSPASSPASSPASS
Calling execCommand("unlink", false, null) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("unlink", false, null) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("unlink", false, null) (inputType value)PASSPASSPASSPASSPASS
Calling execCommand("unlink", false, null) (data value)PASSPASSPASSPASSPASS
Calling execCommand("unlink", false, null) (dataTransfer value)PASSPASSPASSPASSPASS
execCommand("createLink") should remove the linkPASSPASSPASSPASSPASS
Calling execCommand("createLink", false, foo.html) (calling execCommand)PASSPASSPASSPASSPASS
Calling execCommand("createLink", false, foo.html) (shouldn't fire beforeinput)PASSPASSFAILPASSFAIL
Calling execCommand("createLink", false, foo.html) (inputType value)PASSPASSPASSPASSPASS
Calling execCommand("createLink", false, foo.html) (data value)PASSPASSPASSFAILFAIL
Calling execCommand("createLink", false, foo.html) (dataTransfer value)PASSPASSPASSPASSPASS
execCommand("createLink") should create a link with relative URLPASSPASSPASSPASSPASS