Pass | <div contenteditable style="white-space:; display:block">abc[]</div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("abc<br><br>", "abc<br><br>", "A <br> should be inserted at end")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:42:9) |
|
Pass | <div contenteditable style="white-space:; display:block">[]abc</div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<br>abc", ["<br>abc", "<br>abc<br>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:67:9) |
|
Pass | <div contenteditable style="white-space:; display:block">a[]bc</div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("a<br>bc", ["a<br>bc", "a<br>bc<br>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:95:9) |
|
Pass | <div contenteditable style="white-space:; display:block">abc[]</div> (defaultparagraphseparator: div) (preserving temporary inline style test) | Asserts runPass | assert_in_array("abc<br><i>def</i>", ["abc<br><i>def</i>", "abc<br><i>def<br></i>", "abc<br><i>def</i><br>"], "The temporary inline style should be applied to next line")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:129:9) |
|
Pass | <div contenteditable style="white-space:; display:block"><b>abc[]</b></div> (defaultparagraphseparator: div) (preserving inline style test) | Asserts runPass | assert_in_array("<b>abc<br>def</b>", ["<b>abc<br>def</b>", "<b>abc<br>def<br></b>", "<b>abc<br>def</b><br>"], "The inline style should be applied to next line")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:162:9) |
|
Pass | <div contenteditable style="display:block"><div style="white-space:">abc[]</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<div style=\"white-space:\">abc<br><br></div>", "<div style=\"white-space:\">abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:193:11) |
|
Pass | <div contenteditable style="display:block"><div style="white-space:">[]abc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div style=\"white-space:\"><br>abc</div>", ["<div style=\"white-space:\"><br>abc</div>", "<div style=\"white-space:\"><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:218:11) |
|
Pass | <div contenteditable style="display:block"><div style="white-space:">a[]bc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div style=\"white-space:\">a<br>bc</div>", ["<div style=\"white-space:\">a<br>bc</div>", "<div style=\"white-space:\">a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:246:11) |
|
Pass | <div contenteditable style="display:block; white-space:"><div>abc[]</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<div>abc<br><br></div>", "<div>abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:275:11) |
|
Pass | <div contenteditable style="display:block; white-space:"><div>[]abc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div><br>abc</div>", ["<div><br>abc</div>", "<div><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:300:11) |
|
Pass | <div contenteditable style="display:block; white-space:"><div>a[]bc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div>a<br>bc</div>", ["<div>a<br>bc</div>", "<div>a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:328:11) |
|
Pass | <div contenteditable><div style="display:block; white-space:">abc[]</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<div style=\"display:block; white-space:\">abc<br><br></div>", "<div style=\"display:block; white-space:\">abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:358:11) |
|
Pass | <div contenteditable><div style="display:block; white-space:">[]abc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div style=\"display:block; white-space:\"><br>abc</div>", ["<div style=\"display:block; white-space:\"><br>abc</div>", "<div style=\"display:block; white-space:\"><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:384:11) |
|
Pass | <div contenteditable><div style="display:block; white-space:">a[]bc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div style=\"display:block; white-space:\">a<br>bc</div>", ["<div style=\"display:block; white-space:\">a<br>bc</div>", "<div style=\"display:block; white-space:\">a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:413:11) |
|
Pass | <div contenteditable style="display:block"><p style="white-space:">abc[]</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<p style=\"white-space:\">abc<br><br></p>", "<p style=\"white-space:\">abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:193:11) |
|
Pass | <div contenteditable style="display:block"><p style="white-space:">[]abc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p style=\"white-space:\"><br>abc</p>", ["<p style=\"white-space:\"><br>abc</p>", "<p style=\"white-space:\"><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:218:11) |
|
Pass | <div contenteditable style="display:block"><p style="white-space:">a[]bc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p style=\"white-space:\">a<br>bc</p>", ["<p style=\"white-space:\">a<br>bc</p>", "<p style=\"white-space:\">a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:246:11) |
|
Pass | <div contenteditable style="display:block; white-space:"><p>abc[]</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<p>abc<br><br></p>", "<p>abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:275:11) |
|
Pass | <div contenteditable style="display:block; white-space:"><p>[]abc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p><br>abc</p>", ["<p><br>abc</p>", "<p><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:300:11) |
|
Pass | <div contenteditable style="display:block; white-space:"><p>a[]bc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p>a<br>bc</p>", ["<p>a<br>bc</p>", "<p>a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:328:11) |
|
Pass | <div contenteditable><p style="display:block; white-space:">abc[]</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<p style=\"display:block; white-space:\">abc<br><br></p>", "<p style=\"display:block; white-space:\">abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:358:11) |
|
Pass | <div contenteditable><p style="display:block; white-space:">[]abc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p style=\"display:block; white-space:\"><br>abc</p>", ["<p style=\"display:block; white-space:\"><br>abc</p>", "<p style=\"display:block; white-space:\"><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:384:11) |
|
Pass | <div contenteditable><p style="display:block; white-space:">a[]bc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p style=\"display:block; white-space:\">a<br>bc</p>", ["<p style=\"display:block; white-space:\">a<br>bc</p>", "<p style=\"display:block; white-space:\">a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:413:11) |
|
Pass | <div contenteditable style="white-space:; display:inline">abc[]</div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("abc<br><br>", "abc<br><br>", "A <br> should be inserted at end")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:42:9) |
|
Pass | <div contenteditable style="white-space:; display:inline">[]abc</div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<br>abc", ["<br>abc", "<br>abc<br>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:67:9) |
|
Pass | <div contenteditable style="white-space:; display:inline">a[]bc</div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("a<br>bc", ["a<br>bc", "a<br>bc<br>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:95:9) |
|
Pass | <div contenteditable style="white-space:; display:inline">abc[]</div> (defaultparagraphseparator: div) (preserving temporary inline style test) | Asserts runPass | assert_in_array("abc<br><i>def<br></i>", ["abc<br><i>def</i>", "abc<br><i>def<br></i>", "abc<br><i>def</i><br>"], "The temporary inline style should be applied to next line")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:129:9) |
|
Pass | <div contenteditable style="white-space:; display:inline"><b>abc[]</b></div> (defaultparagraphseparator: div) (preserving inline style test) | Asserts runPass | assert_in_array("<b>abc<br>def<br></b>", ["<b>abc<br>def</b>", "<b>abc<br>def<br></b>", "<b>abc<br>def</b><br>"], "The inline style should be applied to next line")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:162:9) |
|
Pass | <div contenteditable style="display:inline"><div style="white-space:">abc[]</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<div style=\"white-space:\">abc<br><br></div>", "<div style=\"white-space:\">abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:193:11) |
|
Pass | <div contenteditable style="display:inline"><div style="white-space:">[]abc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div style=\"white-space:\"><br>abc</div>", ["<div style=\"white-space:\"><br>abc</div>", "<div style=\"white-space:\"><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:218:11) |
|
Pass | <div contenteditable style="display:inline"><div style="white-space:">a[]bc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div style=\"white-space:\">a<br>bc</div>", ["<div style=\"white-space:\">a<br>bc</div>", "<div style=\"white-space:\">a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:246:11) |
|
Pass | <div contenteditable style="display:inline; white-space:"><div>abc[]</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<div>abc<br><br></div>", "<div>abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:275:11) |
|
Pass | <div contenteditable style="display:inline; white-space:"><div>[]abc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div><br>abc</div>", ["<div><br>abc</div>", "<div><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:300:11) |
|
Pass | <div contenteditable style="display:inline; white-space:"><div>a[]bc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div>a<br>bc</div>", ["<div>a<br>bc</div>", "<div>a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:328:11) |
|
Pass | <div contenteditable><div style="display:inline; white-space:">abc[]</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<div style=\"display:inline; white-space:\">abc<br><br></div>", "<div style=\"display:inline; white-space:\">abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:358:11) |
|
Pass | <div contenteditable><div style="display:inline; white-space:">[]abc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div style=\"display:inline; white-space:\"><br>abc</div>", ["<div style=\"display:inline; white-space:\"><br>abc</div>", "<div style=\"display:inline; white-space:\"><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:384:11) |
|
Pass | <div contenteditable><div style="display:inline; white-space:">a[]bc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div style=\"display:inline; white-space:\">a<br>bc</div>", ["<div style=\"display:inline; white-space:\">a<br>bc</div>", "<div style=\"display:inline; white-space:\">a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:413:11) |
|
Pass | <div contenteditable style="display:inline"><p style="white-space:">abc[]</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<p style=\"white-space:\">abc<br><br></p>", "<p style=\"white-space:\">abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:193:11) |
|
Pass | <div contenteditable style="display:inline"><p style="white-space:">[]abc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p style=\"white-space:\"><br>abc</p>", ["<p style=\"white-space:\"><br>abc</p>", "<p style=\"white-space:\"><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:218:11) |
|
Pass | <div contenteditable style="display:inline"><p style="white-space:">a[]bc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p style=\"white-space:\">a<br>bc</p>", ["<p style=\"white-space:\">a<br>bc</p>", "<p style=\"white-space:\">a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:246:11) |
|
Pass | <div contenteditable style="display:inline; white-space:"><p>abc[]</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<p>abc<br><br></p>", "<p>abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:275:11) |
|
Pass | <div contenteditable style="display:inline; white-space:"><p>[]abc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p><br>abc</p>", ["<p><br>abc</p>", "<p><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:300:11) |
|
Pass | <div contenteditable style="display:inline; white-space:"><p>a[]bc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p>a<br>bc</p>", ["<p>a<br>bc</p>", "<p>a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:328:11) |
|
Pass | <div contenteditable><p style="display:inline; white-space:">abc[]</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<p style=\"display:inline; white-space:\">abc<br><br></p>", "<p style=\"display:inline; white-space:\">abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:358:11) |
|
Pass | <div contenteditable><p style="display:inline; white-space:">[]abc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p style=\"display:inline; white-space:\"><br>abc</p>", ["<p style=\"display:inline; white-space:\"><br>abc</p>", "<p style=\"display:inline; white-space:\"><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:384:11) |
|
Pass | <div contenteditable><p style="display:inline; white-space:">a[]bc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p style=\"display:inline; white-space:\">a<br>bc</p>", ["<p style=\"display:inline; white-space:\">a<br>bc</p>", "<p style=\"display:inline; white-space:\">a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:413:11) |
|
Pass | <div contenteditable style="white-space:; display:inline-block">abc[]</div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("abc<br><br>", "abc<br><br>", "A <br> should be inserted at end")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:42:9) |
|
Pass | <div contenteditable style="white-space:; display:inline-block">[]abc</div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<br>abc", ["<br>abc", "<br>abc<br>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:67:9) |
|
Pass | <div contenteditable style="white-space:; display:inline-block">a[]bc</div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("a<br>bc", ["a<br>bc", "a<br>bc<br>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:95:9) |
|
Pass | <div contenteditable style="white-space:; display:inline-block">abc[]</div> (defaultparagraphseparator: div) (preserving temporary inline style test) | Asserts runPass | assert_in_array("abc<br><i>def<br></i>", ["abc<br><i>def</i>", "abc<br><i>def<br></i>", "abc<br><i>def</i><br>"], "The temporary inline style should be applied to next line")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:129:9) |
|
Pass | <div contenteditable style="white-space:; display:inline-block"><b>abc[]</b></div> (defaultparagraphseparator: div) (preserving inline style test) | Asserts runPass | assert_in_array("<b>abc<br>def<br></b>", ["<b>abc<br>def</b>", "<b>abc<br>def<br></b>", "<b>abc<br>def</b><br>"], "The inline style should be applied to next line")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:162:9) |
|
Pass | <div contenteditable style="display:inline-block"><div style="white-space:">abc[]</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<div style=\"white-space:\">abc<br><br></div>", "<div style=\"white-space:\">abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:193:11) |
|
Pass | <div contenteditable style="display:inline-block"><div style="white-space:">[]abc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div style=\"white-space:\"><br>abc</div>", ["<div style=\"white-space:\"><br>abc</div>", "<div style=\"white-space:\"><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:218:11) |
|
Pass | <div contenteditable style="display:inline-block"><div style="white-space:">a[]bc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div style=\"white-space:\">a<br>bc</div>", ["<div style=\"white-space:\">a<br>bc</div>", "<div style=\"white-space:\">a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:246:11) |
|
Pass | <div contenteditable style="display:inline-block; white-space:"><div>abc[]</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<div>abc<br><br></div>", "<div>abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:275:11) |
|
Pass | <div contenteditable style="display:inline-block; white-space:"><div>[]abc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div><br>abc</div>", ["<div><br>abc</div>", "<div><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:300:11) |
|
Pass | <div contenteditable style="display:inline-block; white-space:"><div>a[]bc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div>a<br>bc</div>", ["<div>a<br>bc</div>", "<div>a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:328:11) |
|
Pass | <div contenteditable><div style="display:inline-block; white-space:">abc[]</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<div style=\"display:inline-block; white-space:\">abc<br><br></div>", "<div style=\"display:inline-block; white-space:\">abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:358:11) |
|
Pass | <div contenteditable><div style="display:inline-block; white-space:">[]abc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div style=\"display:inline-block; white-space:\"><br>abc</div>", ["<div style=\"display:inline-block; white-space:\"><br>abc</div>", "<div style=\"display:inline-block; white-space:\"><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:384:11) |
|
Pass | <div contenteditable><div style="display:inline-block; white-space:">a[]bc</div></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<div style=\"display:inline-block; white-space:\">a<br>bc</div>", ["<div style=\"display:inline-block; white-space:\">a<br>bc</div>", "<div style=\"display:inline-block; white-space:\">a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:413:11) |
|
Pass | <div contenteditable style="display:inline-block"><p style="white-space:">abc[]</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<p style=\"white-space:\">abc<br><br></p>", "<p style=\"white-space:\">abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:193:11) |
|
Pass | <div contenteditable style="display:inline-block"><p style="white-space:">[]abc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p style=\"white-space:\"><br>abc</p>", ["<p style=\"white-space:\"><br>abc</p>", "<p style=\"white-space:\"><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:218:11) |
|
Pass | <div contenteditable style="display:inline-block"><p style="white-space:">a[]bc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p style=\"white-space:\">a<br>bc</p>", ["<p style=\"white-space:\">a<br>bc</p>", "<p style=\"white-space:\">a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:246:11) |
|
Pass | <div contenteditable style="display:inline-block; white-space:"><p>abc[]</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<p>abc<br><br></p>", "<p>abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:275:11) |
|
Pass | <div contenteditable style="display:inline-block; white-space:"><p>[]abc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p><br>abc</p>", ["<p><br>abc</p>", "<p><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:300:11) |
|
Pass | <div contenteditable style="display:inline-block; white-space:"><p>a[]bc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p>a<br>bc</p>", ["<p>a<br>bc</p>", "<p>a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:328:11) |
|
Pass | <div contenteditable><p style="display:inline-block; white-space:">abc[]</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_equals("<p style=\"display:inline-block; white-space:\">abc<br><br></p>", "<p style=\"display:inline-block; white-space:\">abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:358:11) |
|
Pass | <div contenteditable><p style="display:inline-block; white-space:">[]abc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p style=\"display:inline-block; white-space:\"><br>abc</p>", ["<p style=\"display:inline-block; white-space:\"><br>abc</p>", "<p style=\"display:inline-block; white-space:\"><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:384:11) |
|
Pass | <div contenteditable><p style="display:inline-block; white-space:">a[]bc</p></div> (defaultparagraphseparator: div) | Asserts runPass | assert_in_array("<p style=\"display:inline-block; white-space:\">a<br>bc</p>", ["<p style=\"display:inline-block; white-space:\">a<br>bc</p>", "<p style=\"display:inline-block; white-space:\">a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:413:11) |
|
Pass | <div contenteditable style="white-space:; display:block">abc[]</div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("abc<br><br>", "abc<br><br>", "A <br> should be inserted at end")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:42:9) |
|
Pass | <div contenteditable style="white-space:; display:block">[]abc</div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<br>abc", ["<br>abc", "<br>abc<br>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:67:9) |
|
Pass | <div contenteditable style="white-space:; display:block">a[]bc</div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("a<br>bc", ["a<br>bc", "a<br>bc<br>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:95:9) |
|
Pass | <div contenteditable style="white-space:; display:block">abc[]</div> (defaultparagraphseparator: p) (preserving temporary inline style test) | Asserts runPass | assert_in_array("abc<br><i>def</i>", ["abc<br><i>def</i>", "abc<br><i>def<br></i>", "abc<br><i>def</i><br>"], "The temporary inline style should be applied to next line")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:129:9) |
|
Pass | <div contenteditable style="white-space:; display:block"><b>abc[]</b></div> (defaultparagraphseparator: p) (preserving inline style test) | Asserts runPass | assert_in_array("<b>abc<br>def</b>", ["<b>abc<br>def</b>", "<b>abc<br>def<br></b>", "<b>abc<br>def</b><br>"], "The inline style should be applied to next line")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:162:9) |
|
Pass | <div contenteditable style="display:block"><div style="white-space:">abc[]</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<div style=\"white-space:\">abc<br><br></div>", "<div style=\"white-space:\">abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:193:11) |
|
Pass | <div contenteditable style="display:block"><div style="white-space:">[]abc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div style=\"white-space:\"><br>abc</div>", ["<div style=\"white-space:\"><br>abc</div>", "<div style=\"white-space:\"><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:218:11) |
|
Pass | <div contenteditable style="display:block"><div style="white-space:">a[]bc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div style=\"white-space:\">a<br>bc</div>", ["<div style=\"white-space:\">a<br>bc</div>", "<div style=\"white-space:\">a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:246:11) |
|
Pass | <div contenteditable style="display:block; white-space:"><div>abc[]</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<div>abc<br><br></div>", "<div>abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:275:11) |
|
Pass | <div contenteditable style="display:block; white-space:"><div>[]abc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div><br>abc</div>", ["<div><br>abc</div>", "<div><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:300:11) |
|
Pass | <div contenteditable style="display:block; white-space:"><div>a[]bc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div>a<br>bc</div>", ["<div>a<br>bc</div>", "<div>a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:328:11) |
|
Pass | <div contenteditable><div style="display:block; white-space:">abc[]</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<div style=\"display:block; white-space:\">abc<br><br></div>", "<div style=\"display:block; white-space:\">abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:358:11) |
|
Pass | <div contenteditable><div style="display:block; white-space:">[]abc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div style=\"display:block; white-space:\"><br>abc</div>", ["<div style=\"display:block; white-space:\"><br>abc</div>", "<div style=\"display:block; white-space:\"><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:384:11) |
|
Pass | <div contenteditable><div style="display:block; white-space:">a[]bc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div style=\"display:block; white-space:\">a<br>bc</div>", ["<div style=\"display:block; white-space:\">a<br>bc</div>", "<div style=\"display:block; white-space:\">a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:413:11) |
|
Pass | <div contenteditable style="display:block"><p style="white-space:">abc[]</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<p style=\"white-space:\">abc<br><br></p>", "<p style=\"white-space:\">abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:193:11) |
|
Pass | <div contenteditable style="display:block"><p style="white-space:">[]abc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p style=\"white-space:\"><br>abc</p>", ["<p style=\"white-space:\"><br>abc</p>", "<p style=\"white-space:\"><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:218:11) |
|
Pass | <div contenteditable style="display:block"><p style="white-space:">a[]bc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p style=\"white-space:\">a<br>bc</p>", ["<p style=\"white-space:\">a<br>bc</p>", "<p style=\"white-space:\">a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:246:11) |
|
Pass | <div contenteditable style="display:block; white-space:"><p>abc[]</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<p>abc<br><br></p>", "<p>abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:275:11) |
|
Pass | <div contenteditable style="display:block; white-space:"><p>[]abc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p><br>abc</p>", ["<p><br>abc</p>", "<p><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:300:11) |
|
Pass | <div contenteditable style="display:block; white-space:"><p>a[]bc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p>a<br>bc</p>", ["<p>a<br>bc</p>", "<p>a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:328:11) |
|
Pass | <div contenteditable><p style="display:block; white-space:">abc[]</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<p style=\"display:block; white-space:\">abc<br><br></p>", "<p style=\"display:block; white-space:\">abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:358:11) |
|
Pass | <div contenteditable><p style="display:block; white-space:">[]abc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p style=\"display:block; white-space:\"><br>abc</p>", ["<p style=\"display:block; white-space:\"><br>abc</p>", "<p style=\"display:block; white-space:\"><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:384:11) |
|
Pass | <div contenteditable><p style="display:block; white-space:">a[]bc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p style=\"display:block; white-space:\">a<br>bc</p>", ["<p style=\"display:block; white-space:\">a<br>bc</p>", "<p style=\"display:block; white-space:\">a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:413:11) |
|
Pass | <div contenteditable style="white-space:; display:inline">abc[]</div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("abc<br><br>", "abc<br><br>", "A <br> should be inserted at end")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:42:9) |
|
Pass | <div contenteditable style="white-space:; display:inline">[]abc</div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<br>abc", ["<br>abc", "<br>abc<br>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:67:9) |
|
Pass | <div contenteditable style="white-space:; display:inline">a[]bc</div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("a<br>bc", ["a<br>bc", "a<br>bc<br>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:95:9) |
|
Pass | <div contenteditable style="white-space:; display:inline">abc[]</div> (defaultparagraphseparator: p) (preserving temporary inline style test) | Asserts runPass | assert_in_array("abc<br><i>def<br></i>", ["abc<br><i>def</i>", "abc<br><i>def<br></i>", "abc<br><i>def</i><br>"], "The temporary inline style should be applied to next line")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:129:9) |
|
Pass | <div contenteditable style="white-space:; display:inline"><b>abc[]</b></div> (defaultparagraphseparator: p) (preserving inline style test) | Asserts runPass | assert_in_array("<b>abc<br>def<br></b>", ["<b>abc<br>def</b>", "<b>abc<br>def<br></b>", "<b>abc<br>def</b><br>"], "The inline style should be applied to next line")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:162:9) |
|
Pass | <div contenteditable style="display:inline"><div style="white-space:">abc[]</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<div style=\"white-space:\">abc<br><br></div>", "<div style=\"white-space:\">abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:193:11) |
|
Pass | <div contenteditable style="display:inline"><div style="white-space:">[]abc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div style=\"white-space:\"><br>abc</div>", ["<div style=\"white-space:\"><br>abc</div>", "<div style=\"white-space:\"><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:218:11) |
|
Pass | <div contenteditable style="display:inline"><div style="white-space:">a[]bc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div style=\"white-space:\">a<br>bc</div>", ["<div style=\"white-space:\">a<br>bc</div>", "<div style=\"white-space:\">a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:246:11) |
|
Pass | <div contenteditable style="display:inline; white-space:"><div>abc[]</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<div>abc<br><br></div>", "<div>abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:275:11) |
|
Pass | <div contenteditable style="display:inline; white-space:"><div>[]abc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div><br>abc</div>", ["<div><br>abc</div>", "<div><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:300:11) |
|
Pass | <div contenteditable style="display:inline; white-space:"><div>a[]bc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div>a<br>bc</div>", ["<div>a<br>bc</div>", "<div>a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:328:11) |
|
Pass | <div contenteditable><div style="display:inline; white-space:">abc[]</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<div style=\"display:inline; white-space:\">abc<br><br></div>", "<div style=\"display:inline; white-space:\">abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:358:11) |
|
Pass | <div contenteditable><div style="display:inline; white-space:">[]abc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div style=\"display:inline; white-space:\"><br>abc</div>", ["<div style=\"display:inline; white-space:\"><br>abc</div>", "<div style=\"display:inline; white-space:\"><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:384:11) |
|
Pass | <div contenteditable><div style="display:inline; white-space:">a[]bc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div style=\"display:inline; white-space:\">a<br>bc</div>", ["<div style=\"display:inline; white-space:\">a<br>bc</div>", "<div style=\"display:inline; white-space:\">a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:413:11) |
|
Pass | <div contenteditable style="display:inline"><p style="white-space:">abc[]</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<p style=\"white-space:\">abc<br><br></p>", "<p style=\"white-space:\">abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:193:11) |
|
Pass | <div contenteditable style="display:inline"><p style="white-space:">[]abc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p style=\"white-space:\"><br>abc</p>", ["<p style=\"white-space:\"><br>abc</p>", "<p style=\"white-space:\"><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:218:11) |
|
Pass | <div contenteditable style="display:inline"><p style="white-space:">a[]bc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p style=\"white-space:\">a<br>bc</p>", ["<p style=\"white-space:\">a<br>bc</p>", "<p style=\"white-space:\">a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:246:11) |
|
Pass | <div contenteditable style="display:inline; white-space:"><p>abc[]</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<p>abc<br><br></p>", "<p>abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:275:11) |
|
Pass | <div contenteditable style="display:inline; white-space:"><p>[]abc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p><br>abc</p>", ["<p><br>abc</p>", "<p><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:300:11) |
|
Pass | <div contenteditable style="display:inline; white-space:"><p>a[]bc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p>a<br>bc</p>", ["<p>a<br>bc</p>", "<p>a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:328:11) |
|
Pass | <div contenteditable><p style="display:inline; white-space:">abc[]</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<p style=\"display:inline; white-space:\">abc<br><br></p>", "<p style=\"display:inline; white-space:\">abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:358:11) |
|
Pass | <div contenteditable><p style="display:inline; white-space:">[]abc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p style=\"display:inline; white-space:\"><br>abc</p>", ["<p style=\"display:inline; white-space:\"><br>abc</p>", "<p style=\"display:inline; white-space:\"><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:384:11) |
|
Pass | <div contenteditable><p style="display:inline; white-space:">a[]bc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p style=\"display:inline; white-space:\">a<br>bc</p>", ["<p style=\"display:inline; white-space:\">a<br>bc</p>", "<p style=\"display:inline; white-space:\">a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:413:11) |
|
Pass | <div contenteditable style="white-space:; display:inline-block">abc[]</div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("abc<br><br>", "abc<br><br>", "A <br> should be inserted at end")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:42:9) |
|
Pass | <div contenteditable style="white-space:; display:inline-block">[]abc</div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<br>abc", ["<br>abc", "<br>abc<br>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:67:9) |
|
Pass | <div contenteditable style="white-space:; display:inline-block">a[]bc</div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("a<br>bc", ["a<br>bc", "a<br>bc<br>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:95:9) |
|
Pass | <div contenteditable style="white-space:; display:inline-block">abc[]</div> (defaultparagraphseparator: p) (preserving temporary inline style test) | Asserts runPass | assert_in_array("abc<br><i>def<br></i>", ["abc<br><i>def</i>", "abc<br><i>def<br></i>", "abc<br><i>def</i><br>"], "The temporary inline style should be applied to next line")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:129:9) |
|
Pass | <div contenteditable style="white-space:; display:inline-block"><b>abc[]</b></div> (defaultparagraphseparator: p) (preserving inline style test) | Asserts runPass | assert_in_array("<b>abc<br>def<br></b>", ["<b>abc<br>def</b>", "<b>abc<br>def<br></b>", "<b>abc<br>def</b><br>"], "The inline style should be applied to next line")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:162:9) |
|
Pass | <div contenteditable style="display:inline-block"><div style="white-space:">abc[]</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<div style=\"white-space:\">abc<br><br></div>", "<div style=\"white-space:\">abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:193:11) |
|
Pass | <div contenteditable style="display:inline-block"><div style="white-space:">[]abc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div style=\"white-space:\"><br>abc</div>", ["<div style=\"white-space:\"><br>abc</div>", "<div style=\"white-space:\"><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:218:11) |
|
Pass | <div contenteditable style="display:inline-block"><div style="white-space:">a[]bc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div style=\"white-space:\">a<br>bc</div>", ["<div style=\"white-space:\">a<br>bc</div>", "<div style=\"white-space:\">a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:246:11) |
|
Pass | <div contenteditable style="display:inline-block; white-space:"><div>abc[]</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<div>abc<br><br></div>", "<div>abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:275:11) |
|
Pass | <div contenteditable style="display:inline-block; white-space:"><div>[]abc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div><br>abc</div>", ["<div><br>abc</div>", "<div><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:300:11) |
|
Pass | <div contenteditable style="display:inline-block; white-space:"><div>a[]bc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div>a<br>bc</div>", ["<div>a<br>bc</div>", "<div>a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:328:11) |
|
Pass | <div contenteditable><div style="display:inline-block; white-space:">abc[]</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<div style=\"display:inline-block; white-space:\">abc<br><br></div>", "<div style=\"display:inline-block; white-space:\">abc<br><br></div>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:358:11) |
|
Pass | <div contenteditable><div style="display:inline-block; white-space:">[]abc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div style=\"display:inline-block; white-space:\"><br>abc</div>", ["<div style=\"display:inline-block; white-space:\"><br>abc</div>", "<div style=\"display:inline-block; white-space:\"><br>abc<br></div>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:384:11) |
|
Pass | <div contenteditable><div style="display:inline-block; white-space:">a[]bc</div></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<div style=\"display:inline-block; white-space:\">a<br>bc</div>", ["<div style=\"display:inline-block; white-space:\">a<br>bc</div>", "<div style=\"display:inline-block; white-space:\">a<br>bc<br></div>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:413:11) |
|
Pass | <div contenteditable style="display:inline-block"><p style="white-space:">abc[]</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<p style=\"white-space:\">abc<br><br></p>", "<p style=\"white-space:\">abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:193:11) |
|
Pass | <div contenteditable style="display:inline-block"><p style="white-space:">[]abc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p style=\"white-space:\"><br>abc</p>", ["<p style=\"white-space:\"><br>abc</p>", "<p style=\"white-space:\"><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:218:11) |
|
Pass | <div contenteditable style="display:inline-block"><p style="white-space:">a[]bc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p style=\"white-space:\">a<br>bc</p>", ["<p style=\"white-space:\">a<br>bc</p>", "<p style=\"white-space:\">a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:246:11) |
|
Pass | <div contenteditable style="display:inline-block; white-space:"><p>abc[]</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<p>abc<br><br></p>", "<p>abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:275:11) |
|
Pass | <div contenteditable style="display:inline-block; white-space:"><p>[]abc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p><br>abc</p>", ["<p><br>abc</p>", "<p><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:300:11) |
|
Pass | <div contenteditable style="display:inline-block; white-space:"><p>a[]bc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p>a<br>bc</p>", ["<p>a<br>bc</p>", "<p>a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:328:11) |
|
Pass | <div contenteditable><p style="display:inline-block; white-space:">abc[]</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_equals("<p style=\"display:inline-block; white-space:\">abc<br><br></p>", "<p style=\"display:inline-block; white-space:\">abc<br><br></p>", "A <br> should be inserted at end of the paragraph")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:358:11) |
|
Pass | <div contenteditable><p style="display:inline-block; white-space:">[]abc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p style=\"display:inline-block; white-space:\"><br>abc</p>", ["<p style=\"display:inline-block; white-space:\"><br>abc</p>", "<p style=\"display:inline-block; white-space:\"><br>abc<br></p>"], "A <br> should be inserted at start")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:384:11) |
|
Pass | <div contenteditable><p style="display:inline-block; white-space:">a[]bc</p></div> (defaultparagraphseparator: p) | Asserts runPass | assert_in_array("<p style=\"display:inline-block; white-space:\">a<br>bc</p>", ["<p style=\"display:inline-block; white-space:\">a<br>bc</p>", "<p style=\"display:inline-block; white-space:\">a<br>bc<br></p>"], "A <br> should be inserted")
at Test.<anonymous> ( /editing/other/insertlinebreak-with-white-space-style.tentative.html:413:11) |
|