Pass | document.execCommand("forwarddelete") at abc\\n[\\n<div id="child">]def<br>ghi</div> | Asserts runPass | assert_in_array("abc\n<div id=\"child\">def<br>ghi</div>", ["abc\n<div id=\"child\">def<br>ghi</div>", "abc<div id=\"child\">def<br>ghi</div>"], "document.execCommand(\"forwarddelete\") at abc\\\\n[\\\\n<div id=\"child\">]def<br>ghi</div> should delete only the preceding empty line of the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_in_array("abc\n<div id=\"child\">Xdef<br>ghi</div>", ["abc\n<div id=\"child\">Xdef<br>ghi</div>", "abc<div id=\"child\">Xdef<br>ghi</div>"], "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at abc\\\\n[\\\\n<div id=\"child\">]def<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("insertText", false, "X") at abc\n[\n<div id="child">]def<br>ghi</div> | Asserts runPass | assert_in_array("abc\n<div id=\"child\">Xdef<br>ghi</div>", ["abc\n<div id=\"child\">Xdef<br>ghi</div>", "abc<div id=\"child\">Xdef<br>ghi</div>"], "document.execCommand(\"insertText\", false, \"X\") at abc\\n[\\n<div id=\"child\">]def<br>ghi</div> should not unwrap the first line of the child <div>")
at runReplacingTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:138:76) |
|
Pass | document.execCommand("forwarddelete") at \\n[abc\\n<div id="child">]def<br>ghi</div> | Asserts runPass | assert_equals("\n<div id=\"child\">def<br>ghi</div>", "\n<div id=\"child\">def<br>ghi</div>", "document.execCommand(\"forwarddelete\") at \\\\n[abc\\\\n<div id=\"child\">]def<br>ghi</div> should delete only the preceding empty line of the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_equals("\n<div id=\"child\">Xdef<br>ghi</div>", "\n<div id=\"child\">Xdef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at \\\\n[abc\\\\n<div id=\"child\">]def<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("insertText", false, "X") at \n[abc\n<div id="child">]def<br>ghi</div> | Asserts runPass | assert_equals("\n<div id=\"child\">Xdef<br>ghi</div>", "\n<div id=\"child\">Xdef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") at \\n[abc\\n<div id=\"child\">]def<br>ghi</div> should not unwrap the first line of the child <div>")
at runReplacingTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:138:76) |
|
Pass | document.execCommand("forwarddelete") at \\n[\\n<div id="child">]def<br>ghi</div> | Asserts runPass | assert_equals("\n<div id=\"child\">def<br>ghi</div>", "\n<div id=\"child\">def<br>ghi</div>", "document.execCommand(\"forwarddelete\") at \\\\n[\\\\n<div id=\"child\">]def<br>ghi</div> should delete only the preceding empty line of the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_equals("\n<div id=\"child\">Xdef<br>ghi</div>", "\n<div id=\"child\">Xdef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at \\\\n[\\\\n<div id=\"child\">]def<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("insertText", false, "X") at \n[\n<div id="child">]def<br>ghi</div> | Asserts runPass | assert_equals("\n<div id=\"child\">Xdef<br>ghi</div>", "\n<div id=\"child\">Xdef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") at \\n[\\n<div id=\"child\">]def<br>ghi</div> should not unwrap the first line of the child <div>")
at runReplacingTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:138:76) |
|
Pass | document.execCommand("forwarddelete") at [\\n\\n<div id="child">]def<br>ghi</div> | Asserts runPass | assert_equals("<div id=\"child\">def<br>ghi</div>", "<div id=\"child\">def<br>ghi</div>", "document.execCommand(\"forwarddelete\") at [\\\\n\\\\n<div id=\"child\">]def<br>ghi</div> should delete only the preceding empty line of the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_equals("<div id=\"child\">Xdef<br>ghi</div>", "<div id=\"child\">Xdef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at [\\\\n\\\\n<div id=\"child\">]def<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("insertText", false, "X") at [\n\n<div id="child">]def<br>ghi</div> | Asserts runPass | assert_equals("<div id=\"child\">Xdef<br>ghi</div>", "<div id=\"child\">Xdef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") at [\\n\\n<div id=\"child\">]def<br>ghi</div> should not unwrap the first line of the child <div>")
at runReplacingTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:138:76) |
|
Pass | document.execCommand("forwarddelete") at [abc\\n\\n<div id="child">]def<br>ghi</div> | Asserts runPass | assert_equals("<div id=\"child\">def<br>ghi</div>", "<div id=\"child\">def<br>ghi</div>", "document.execCommand(\"forwarddelete\") at [abc\\\\n\\\\n<div id=\"child\">]def<br>ghi</div> should delete only the preceding empty line of the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_equals("<div id=\"child\">Xdef<br>ghi</div>", "<div id=\"child\">Xdef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at [abc\\\\n\\\\n<div id=\"child\">]def<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("insertText", false, "X") at [abc\n\n<div id="child">]def<br>ghi</div> | Asserts runPass | assert_equals("<div id=\"child\">Xdef<br>ghi</div>", "<div id=\"child\">Xdef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") at [abc\\n\\n<div id=\"child\">]def<br>ghi</div> should not unwrap the first line of the child <div>")
at runReplacingTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:138:76) |
|
Pass | document.execCommand("forwarddelete") at abc\\n[\\n<div id="child">d]ef<br>ghi</div> | Asserts runPass | assert_in_array("abc\n<div id=\"child\">ef<br>ghi</div>", ["abc\n<div id=\"child\">ef<br>ghi</div>", "abc<div id=\"child\">ef<br>ghi</div>"], "document.execCommand(\"forwarddelete\") at abc\\\\n[\\\\n<div id=\"child\">d]ef<br>ghi</div> should delete only the preceding empty line of the child <div> and selected text in the <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_in_array("abc\n<div id=\"child\">Xef<br>ghi</div>", ["abc\n<div id=\"child\">Xef<br>ghi</div>", "abc<div id=\"child\">Xef<br>ghi</div>"], "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at abc\\\\n[\\\\n<div id=\"child\">d]ef<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("insertText", false, "X") at abc\n[\n<div id="child">d]ef<br>ghi</div> | Asserts runPass | assert_in_array("abc\n<div id=\"child\">Xef<br>ghi</div>", ["abc\n<div id=\"child\">Xef<br>ghi</div>", "abc<div id=\"child\">Xef<br>ghi</div>"], "document.execCommand(\"insertText\", false, \"X\") at abc\\n[\\n<div id=\"child\">d]ef<br>ghi</div> should not unwrap the first line of the child <div>")
at runReplacingTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:138:76) |
|
Pass | document.execCommand("forwarddelete") at \\n[abc\\n<div id="child">d]ef<br>ghi</div> | Asserts runPass | assert_equals("\n<div id=\"child\">ef<br>ghi</div>", "\n<div id=\"child\">ef<br>ghi</div>", "document.execCommand(\"forwarddelete\") at \\\\n[abc\\\\n<div id=\"child\">d]ef<br>ghi</div> should delete only the preceding empty line of the child <div> and the selected content in the <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_equals("\n<div id=\"child\">Xef<br>ghi</div>", "\n<div id=\"child\">Xef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at \\\\n[abc\\\\n<div id=\"child\">d]ef<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("insertText", false, "X") at \n[abc\n<div id="child">d]ef<br>ghi</div> | Asserts runPass | assert_equals("\n<div id=\"child\">Xef<br>ghi</div>", "\n<div id=\"child\">Xef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") at \\n[abc\\n<div id=\"child\">d]ef<br>ghi</div> should not unwrap the first line of the child <div>")
at runReplacingTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:138:76) |
|
Pass | document.execCommand("forwarddelete") at \\n[\\n<div id="child">d]ef<br>ghi</div> | Asserts runPass | assert_equals("\n<div id=\"child\">ef<br>ghi</div>", "\n<div id=\"child\">ef<br>ghi</div>", "document.execCommand(\"forwarddelete\") at \\\\n[\\\\n<div id=\"child\">d]ef<br>ghi</div> should delete only the preceding empty line of the child <div> and selected content in the <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_equals("\n<div id=\"child\">Xef<br>ghi</div>", "\n<div id=\"child\">Xef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at \\\\n[\\\\n<div id=\"child\">d]ef<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("insertText", false, "X") at \n[\n<div id="child">d]ef<br>ghi</div> | Asserts runPass | assert_equals("\n<div id=\"child\">Xef<br>ghi</div>", "\n<div id=\"child\">Xef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") at \\n[\\n<div id=\"child\">d]ef<br>ghi</div> should not unwrap the first line of the child <div>")
at runReplacingTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:138:76) |
|
Pass | document.execCommand("forwarddelete") at [\\n\\n<div id="child">d]ef<br>ghi</div> | Asserts runPass | assert_equals("<div id=\"child\">ef<br>ghi</div>", "<div id=\"child\">ef<br>ghi</div>", "document.execCommand(\"forwarddelete\") at [\\\\n\\\\n<div id=\"child\">d]ef<br>ghi</div> should delete only the preceding empty line of the child <div> and selected content in the <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_equals("<div id=\"child\">Xef<br>ghi</div>", "<div id=\"child\">Xef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at [\\\\n\\\\n<div id=\"child\">d]ef<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("insertText", false, "X") at [\n\n<div id="child">d]ef<br>ghi</div> | Asserts runPass | assert_equals("<div id=\"child\">Xef<br>ghi</div>", "<div id=\"child\">Xef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") at [\\n\\n<div id=\"child\">d]ef<br>ghi</div> should not unwrap the first line of the child <div>")
at runReplacingTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:138:76) |
|
Pass | document.execCommand("forwarddelete") at [abc\\n\\n<div id="child">d]ef<br>ghi</div> | Asserts runPass | assert_equals("<div id=\"child\">ef<br>ghi</div>", "<div id=\"child\">ef<br>ghi</div>", "document.execCommand(\"forwarddelete\") at [abc\\\\n\\\\n<div id=\"child\">d]ef<br>ghi</div> should delete only the preceding empty line of the child <div> and selected content in the <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_equals("<div id=\"child\">Xef<br>ghi</div>", "<div id=\"child\">Xef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at [abc\\\\n\\\\n<div id=\"child\">d]ef<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("insertText", false, "X") at [abc\n\n<div id="child">d]ef<br>ghi</div> | Asserts runPass | assert_equals("<div id=\"child\">Xef<br>ghi</div>", "<div id=\"child\">Xef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") at [abc\\n\\n<div id=\"child\">d]ef<br>ghi</div> should not unwrap the first line of the child <div>")
at runReplacingTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:138:76) |
|
Pass | document.execCommand("forwarddelete") at abc\\n[]\\n<div id="child">def<br>ghi</div> | Asserts runPass | assert_in_array("abc\n<div id=\"child\">def<br>ghi</div>", ["abc\n<div id=\"child\">def<br>ghi</div>", "abc<div id=\"child\">def<br>ghi</div>"], "document.execCommand(\"forwarddelete\") at abc\\\\n[]\\\\n<div id=\"child\">def<br>ghi</div> should delete only the preceding empty line of the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_in_array("abc\n<div id=\"child\">Xdef<br>ghi</div>", ["abc\n<div id=\"child\">Xdef<br>ghi</div>", "abc<div id=\"child\">Xdef<br>ghi</div>"], "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at abc\\\\n[]\\\\n<div id=\"child\">def<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("forwarddelete") at \\n[]\\n<div id="child">def<br>ghi</div> | Asserts runPass | assert_equals("\n<div id=\"child\">def<br>ghi</div>", "\n<div id=\"child\">def<br>ghi</div>", "document.execCommand(\"forwarddelete\") at \\\\n[]\\\\n<div id=\"child\">def<br>ghi</div> should delete only the preceding empty line of the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_equals("\n<div id=\"child\">Xdef<br>ghi</div>", "\n<div id=\"child\">Xdef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at \\\\n[]\\\\n<div id=\"child\">def<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("forwarddelete") at []\\n<div id="child">def<br>ghi</div> | Asserts runPass | assert_equals("<div id=\"child\">def<br>ghi</div>", "<div id=\"child\">def<br>ghi</div>", "document.execCommand(\"forwarddelete\") at []\\\\n<div id=\"child\">def<br>ghi</div> should delete only the preceding empty line of the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_equals("<div id=\"child\">Xdef<br>ghi</div>", "<div id=\"child\">Xdef<br>ghi</div>", "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at []\\\\n<div id=\"child\">def<br>ghi</div> should insert text into the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("forwarddelete") at <b>abc\\n[]\\n</b></b><div id="child">def<br>ghi</div> | Asserts runPass | assert_in_array("<b>abc\n</b><div id=\"child\">def<br>ghi</div>", ["<b>abc\n</b><div id=\"child\">def<br>ghi</div>", "<b>abc</b><div id=\"child\">def<br>ghi</div>"], "document.execCommand(\"forwarddelete\") at <b>abc\\\\n[]\\\\n</b></b><div id=\"child\">def<br>ghi</div> should delete only the preceding empty line of the child <div> (<b> should stay)")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_in_array("<b>abc\n</b><div id=\"child\"><b>X</b>def<br>ghi</div>", ["<b>abc\n</b><div id=\"child\">Xdef<br>ghi</div>", "<b>abc</b><div id=\"child\">Xdef<br>ghi</div>", "<b>abc\n</b><div id=\"child\"><b>X</b>def<br>ghi</div>", "<b>abc</b><div id=\"child\"><b>X</b>def<br>ghi</div>"], "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at <b>abc\\\\n[]\\\\n</b></b><div id=\"child\">def<br>ghi</div> should insert text into the child <div> with or without <b>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|
Pass | document.execCommand("forwarddelete") at <b>[]\\n</b><div id="child">def<br>ghi</div> | Asserts runPass | assert_equals("<div id=\"child\">def<br>ghi</div>", "<div id=\"child\">def<br>ghi</div>", "document.execCommand(\"forwarddelete\") at <b>[]\\\\n</b><div id=\"child\">def<br>ghi</div> should delete only the preceding empty line (including the <b>) of the child <div>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:90:75) | Pass | assert_in_array("<div id=\"child\"><b>X</b>def<br>ghi</div>", ["<div id=\"child\">Xdef<br>ghi</div>", "<div id=\"child\"><b>X</b>def<br>ghi</div>"], "document.execCommand(\"insertText\", false, \"X\") after document.execCommand(\"forwarddelete\") at <b>[]\\\\n</b><div id=\"child\">def<br>ghi</div> should insert text into the child <div> with or without <b>")
at runDeleteTest ( /editing/other/delete-without-unwrapping-first-line-of-child-block.html:113:87) |
|