Pass | execCommand("backColor", false, "red") when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("backColor", false, "red") when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("backColor", false, "red") when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("backColor", false, "red") when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("backColor", false, "red") when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("bold", false, undefined) when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("bold", false, undefined) when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("bold", false, undefined) when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("bold", false, undefined) when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("bold", false, undefined) when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("createLink", false, "http://example.com") when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("createLink", false, "http://example.com") when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("createLink", false, "http://example.com") when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("createLink", false, "http://example.com") when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("createLink", false, "http://example.com") when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("decreaseFontSize", false, undefined) when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("decreaseFontSize", false, undefined) when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("decreaseFontSize", false, undefined) when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("decreaseFontSize", false, undefined) when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("decreaseFontSize", false, undefined) when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("fontName", false, "Arial") when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("fontName", false, "Arial") when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("fontName", false, "Arial") when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("fontName", false, "Arial") when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("fontName", false, "Arial") when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("fontSize", false, "7") when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("fontSize", false, "7") when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("fontSize", false, "7") when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("fontSize", false, "7") when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("fontSize", false, "7") when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("formatBlock", false, "blockquote") when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("formatBlock", false, "blockquote") when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("formatBlock", false, "blockquote") when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("formatBlock", false, "blockquote") when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("formatBlock", false, "blockquote") when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("formatBlock", false, "div") when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("formatBlock", false, "div") when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("formatBlock", false, "div") when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("formatBlock", false, "div") when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("formatBlock", false, "div") when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("formatBlock", false, "p") when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("formatBlock", false, "p") when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("formatBlock", false, "p") when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("formatBlock", false, "p") when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("formatBlock", false, "p") when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("formatBlock", false, "pre") when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("formatBlock", false, "pre") when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("formatBlock", false, "pre") when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("formatBlock", false, "pre") when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("formatBlock", false, "pre") when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("heading", false, "h1") when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("heading", false, "h1") when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("heading", false, "h1") when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("heading", false, "h1") when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("heading", false, "h1") when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("hiliteColor", false, "red") when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("hiliteColor", false, "red") when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("hiliteColor", false, "red") when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("hiliteColor", false, "red") when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("hiliteColor", false, "red") when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("increaseFontSize", false, undefined) when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("increaseFontSize", false, undefined) when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("increaseFontSize", false, undefined) when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("increaseFontSize", false, undefined) when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("increaseFontSize", false, undefined) when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("indent", false, undefined) when <ul><li>[abc]</li></ul> | Asserts runNo asserts ran |
Pass | execCommand("indent", false, undefined) when <ul><li>[abc]</li></ul>: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("indent", false, undefined) when <ul><li>[abc]</li></ul> should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("indent", false, undefined) when <ul><li>[abc]</li></ul> should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\"><ul><li>abc</li></ul></div>", "<div contenteditable=\"plaintext-only\"><ul><li>abc</li></ul></div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("indent", false, undefined) when <ul><li>[abc]</li></ul> should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("indent", false, undefined) when <blockquote>[abc]</blockquote> | Asserts runNo asserts ran |
Pass | execCommand("indent", false, undefined) when <blockquote>[abc]</blockquote>: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("indent", false, undefined) when <blockquote>[abc]</blockquote> should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("indent", false, undefined) when <blockquote>[abc]</blockquote> should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\"><blockquote>abc</blockquote></div>", "<div contenteditable=\"plaintext-only\"><blockquote>abc</blockquote></div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("indent", false, undefined) when <blockquote>[abc]</blockquote> should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("insertOrderedList", false, undefined) when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("insertOrderedList", false, undefined) when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("insertOrderedList", false, undefined) when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("insertOrderedList", false, undefined) when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("insertOrderedList", false, undefined) when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("insertUnorderedList", false, undefined) when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("insertUnorderedList", false, undefined) when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("insertUnorderedList", false, undefined) when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("insertUnorderedList", false, undefined) when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("insertUnorderedList", false, undefined) when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("italic", false, undefined) when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("italic", false, undefined) when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("italic", false, undefined) when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("italic", false, undefined) when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("italic", false, undefined) when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("justifyCenter", false, undefined) when <div>[abc]</div> | Asserts runNo asserts ran |
Pass | execCommand("justifyCenter", false, undefined) when <div>[abc]</div>: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("justifyCenter", false, undefined) when <div>[abc]</div> should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("justifyCenter", false, undefined) when <div>[abc]</div> should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\"><div>abc</div></div>", "<div contenteditable=\"plaintext-only\"><div>abc</div></div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("justifyCenter", false, undefined) when <div>[abc]</div> should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("justifyFull", false, undefined) when <div>[abc]</div> | Asserts runNo asserts ran |
Pass | execCommand("justifyFull", false, undefined) when <div>[abc]</div>: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("justifyFull", false, undefined) when <div>[abc]</div> should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("justifyFull", false, undefined) when <div>[abc]</div> should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\"><div>abc</div></div>", "<div contenteditable=\"plaintext-only\"><div>abc</div></div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("justifyFull", false, undefined) when <div>[abc]</div> should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("justifyLeft", false, undefined) when <div>[abc]</div> | Asserts runNo asserts ran |
Pass | execCommand("justifyLeft", false, undefined) when <div>[abc]</div>: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("justifyLeft", false, undefined) when <div>[abc]</div> should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("justifyLeft", false, undefined) when <div>[abc]</div> should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\"><div>abc</div></div>", "<div contenteditable=\"plaintext-only\"><div>abc</div></div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("justifyLeft", false, undefined) when <div>[abc]</div> should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("justifyRight", false, undefined) when <div>[abc]</div> | Asserts runNo asserts ran |
Pass | execCommand("justifyRight", false, undefined) when <div>[abc]</div>: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("justifyRight", false, undefined) when <div>[abc]</div> should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("justifyRight", false, undefined) when <div>[abc]</div> should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\"><div>abc</div></div>", "<div contenteditable=\"plaintext-only\"><div>abc</div></div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("justifyRight", false, undefined) when <div>[abc]</div> should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("outdent", false, undefined) when <ul><li>[abc]</li></ul> | Asserts runNo asserts ran |
Pass | execCommand("outdent", false, undefined) when <ul><li>[abc]</li></ul>: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("outdent", false, undefined) when <ul><li>[abc]</li></ul> should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("outdent", false, undefined) when <ul><li>[abc]</li></ul> should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\"><ul><li>abc</li></ul></div>", "<div contenteditable=\"plaintext-only\"><ul><li>abc</li></ul></div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("outdent", false, undefined) when <ul><li>[abc]</li></ul> should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("outdent", false, undefined) when <blockquote>[abc]</blockquote> | Asserts runNo asserts ran |
Pass | execCommand("outdent", false, undefined) when <blockquote>[abc]</blockquote>: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("outdent", false, undefined) when <blockquote>[abc]</blockquote> should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("outdent", false, undefined) when <blockquote>[abc]</blockquote> should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\"><blockquote>abc</blockquote></div>", "<div contenteditable=\"plaintext-only\"><blockquote>abc</blockquote></div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("outdent", false, undefined) when <blockquote>[abc]</blockquote> should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("removeFormat", false, undefined) when a<b>[b]</b>c | Asserts runNo asserts ran |
Fail | execCommand("removeFormat", false, undefined) when a<b>[b]</b>c: the command should be disabled | assert_false: expected false got true at Test.<anonymous> (https://www1.wpt.live/editing/plaintext-only/styling-commands.html:65:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at Test.<anonymous> (https://www1.wpt.live/editing/plaintext-only/styling-commands.html:64:7)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25) Asserts runFail | assert_false(true)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Fail | execCommand("removeFormat", false, undefined) when a<b>[b]</b>c should return false | assert_false: expected false got true at Test.<anonymous> (https://www1.wpt.live/editing/plaintext-only/styling-commands.html:75:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at Test.<anonymous> (https://www1.wpt.live/editing/plaintext-only/styling-commands.html:74:7)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25) Asserts runFail | assert_false(true)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("removeFormat", false, undefined) when a<b>[b]</b>c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">a<b>b</b>c</div>", "<div contenteditable=\"plaintext-only\">a<b>b</b>c</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("removeFormat", false, undefined) when a<b>[b]</b>c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("strikeThrough", false, undefined) when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("strikeThrough", false, undefined) when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("strikeThrough", false, undefined) when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("strikeThrough", false, undefined) when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("strikeThrough", false, undefined) when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("subscript", false, undefined) when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("subscript", false, undefined) when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("subscript", false, undefined) when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("subscript", false, undefined) when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("subscript", false, undefined) when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("superscript", false, undefined) when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("superscript", false, undefined) when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("superscript", false, undefined) when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("superscript", false, undefined) when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("superscript", false, undefined) when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("underline", false, undefined) when a[b]c | Asserts runNo asserts ran |
Pass | execCommand("underline", false, undefined) when a[b]c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("underline", false, undefined) when a[b]c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("underline", false, undefined) when a[b]c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">abc</div>", "<div contenteditable=\"plaintext-only\">abc</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("underline", false, undefined) when a[b]c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|
Pass | execCommand("unlink", false, undefined) when a<a href="http://example.com">[b]</a>c | Asserts runNo asserts ran |
Pass | execCommand("unlink", false, undefined) when a<a href="http://example.com">[b]</a>c: the command should be disabled | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:65:9) |
|
Pass | execCommand("unlink", false, undefined) when a<a href="http://example.com">[b]</a>c should return false | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:75:9) |
|
Pass | execCommand("unlink", false, undefined) when a<a href="http://example.com">[b]</a>c should not update the DOM | Asserts runPass | assert_equals("<div contenteditable=\"plaintext-only\">a<a href=\"http://example.com\">b</a>c</div>", "<div contenteditable=\"plaintext-only\">a<a href=\"http://example.com\">b</a>c</div>")
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:78:9) |
|
Pass | execCommand("unlink", false, undefined) when a<a href="http://example.com">[b]</a>c should not cause input event | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /editing/plaintext-only/styling-commands.html:81:9) |
|