Pass | Inserting text when selection is collapsed in <br> which is only child | Asserts runPass | assert_in_array("<div>abc</div>", ["<div>abc</div>", "<div>abc<br></div>"], "The text should be inserted before the <br> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:39:7) |
|
Pass | Inserting text when selection is collapsed in <br> which is only child (explicitly flushes maybe pending layout) | Asserts runPass | assert_in_array("<div>abc</div>", ["<div>abc</div>", "<div>abc<br></div>"], "The text should be inserted before the <br> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:69:7) |
|
Pass | Inserting text when selection is collapsed in <br> which follows a text node | Asserts runPass | assert_in_array("<div>abcdef<br></div>", ["<div>abcdef</div>", "<div>abcdef<br></div>"], "The text should be inserted before the <br> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:98:7) |
|
Pass | Inserting text when selection is collapsed in <br> which is followed by a text node | Asserts runPass | assert_in_array("<div>abc<br>def</div>", ["<div>abc<br>def</div>", "<div>abc<br>def<br></div>"], "The text should be inserted before the <br> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:127:7) |
|
Pass | Inserting text when selection is collapsed in <br> which follows an empty <span> element | Asserts runPass | assert_in_array("<div><span></span>abc</div>", ["<div><span></span>abc</div>", "<div><span></span>abc<br></div>"], "The text should be inserted after the previous empty inline element of <br>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:156:7) |
|
Pass | Inserting text when selection is collapsed in <br> which follows a text node and an empty <span> element | Asserts runPass | assert_in_array("<div>abcdef<span></span><br></div>", ["<div>abcdef<span></span></div>", "<div>abcdef<span></span><br></div>"], "The text should be inserted at end of the first text node before empty <span> and <br>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:203:7) |
|
Pass | Inserting text when selection is collapsed in <br> which follows a non-empty <span> element | Asserts runPass | assert_in_array("<div><span>abcdef</span><br></div>", ["<div><span>abcdef</span></div>", "<div><span>abcdef</span><br></div>"], "The text should be inserted at end of the text node in <span>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:241:7) |
|
Pass | Inserting text when selection is collapsed in <br> which follows a text node, an empty <span> element and white-space only text node | Asserts runPass | assert_in_array("<div>abcdef<span></span><br></div>", ["<div>abcdef<span></span></div>", "<div>abcdef<span></span><br></div>", "<div>abcdef<span></span> </div>", "<div>abcdef<span></span> <br></div>"], "The text should be inserted at end of the first text node with ignoring the empty <span> and invisible text node before <br>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:279:7) |
|
Fail | Inserting text when selection is collapsed in <embed> which is only child | assert_in_array: The text should be inserted before the <embed> element value "<div><embed></div>" not in array ["<div>abc<embed></div>", "<div>abc<embed><br></div>"] at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:48:7)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2684:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:30:3 Asserts runFail | assert_in_array("<div><embed></div>", ["<div>abc<embed></div>", "<div>abc<embed><br></div>"], "The text should be inserted before the <embed> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:48:7) |
|
Fail | Inserting text when selection is collapsed in <embed> which is only child (explicitly flushes maybe pending layout) | assert_in_array: The text should be inserted before the <embed> element value "<div><embed></div>" not in array ["<div>abc<embed></div>", "<div>abc<embed><br></div>"] at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:78:7)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2684:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:59:3 Asserts runFail | assert_in_array("<div><embed></div>", ["<div>abc<embed></div>", "<div>abc<embed><br></div>"], "The text should be inserted before the <embed> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:78:7) |
|
Pass | Inserting text when selection is collapsed in <embed> which follows a text node | Asserts runPass | assert_in_array("<div>abcdef<embed></div>", ["<div>abcdef<embed></div>", "<div>abcdef<embed><br></div>"], "The text should be inserted before the <embed> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:107:7) |
|
Fail | Inserting text when selection is collapsed in <embed> which is followed by a text node | assert_in_array: The text should be inserted before the <embed> element value "<div><embed>abcdef</div>" not in array ["<div>abc<embed>def</div>", "<div>abc<embed>def<br></div>"] at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:136:7)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2684:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:118:3 Asserts runFail | assert_in_array("<div><embed>abcdef</div>", ["<div>abc<embed>def</div>", "<div>abc<embed>def<br></div>"], "The text should be inserted before the <embed> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:136:7) |
|
Fail | Inserting text when selection is collapsed in <embed> which follows an empty <span> element | assert_in_array: The text should be inserted before the previous empty inline element of <embed> value "<div><span></span><embed></div>" not in array ["<div>abc<span></span><embed></div>", "<div>abc<span></span><embed><br></div>"] at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:183:7)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2684:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:147:3 Asserts runFail | assert_in_array("<div><span></span><embed></div>", ["<div>abc<span></span><embed></div>", "<div>abc<span></span><embed><br></div>"], "The text should be inserted before the previous empty inline element of <embed>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:183:7) |
|
Pass | Inserting text when selection is collapsed in <embed> which follows a text node and an empty <span> element | Asserts runPass | assert_in_array("<div>abcdef<span></span><embed></div>", ["<div>abcdef<span></span><embed></div>", "<div>abcdef<span></span><embed><br></div>"], "The text should be inserted before the previous empty inline element of <embed>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:221:7) |
|
Pass | Inserting text when selection is collapsed in <embed> which follows a non-empty <span> element | Asserts runPass | assert_in_array("<div><span>abcdef</span><embed></div>", ["<div><span>abcdef</span><embed></div>", "<div><span>abcdef</span><embed><br></div>"], "The text should be inserted at end of the text node in <span> before <embed>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:259:7) |
|
Fail | Inserting text when selection is collapsed in <embed> which follows a text node, an empty <span> element and white-space only text node | assert_in_array: The text should be inserted before the previous empty inline element value "<div>abcdef<span></span><embed></div>" not in array ["<div>abcdef<span></span> <embed></div>", "<div>abcdef<span></span> <embed><br></div>"] at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:310:7)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2684:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:270:3 Asserts runFail | assert_in_array("<div>abcdef<span></span><embed></div>", ["<div>abcdef<span></span> <embed></div>", "<div>abcdef<span></span> <embed><br></div>"], "The text should be inserted before the previous empty inline element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:310:7) |
|
Pass | Inserting text when selection is collapsed in <hr> which is only child | Asserts runPass | assert_in_array("<div>abc<hr></div>", ["<div>abc<hr></div>", "<div>abc<hr><br></div>"], "The text should be inserted before the <hr> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:48:7) |
|
Pass | Inserting text when selection is collapsed in <hr> which is only child (explicitly flushes maybe pending layout) | Asserts runPass | assert_in_array("<div>abc<hr></div>", ["<div>abc<hr></div>", "<div>abc<hr><br></div>"], "The text should be inserted before the <hr> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:78:7) |
|
Pass | Inserting text when selection is collapsed in <hr> which follows a text node | Asserts runPass | assert_in_array("<div>abcdef<hr></div>", ["<div>abcdef<hr></div>", "<div>abcdef<hr><br></div>"], "The text should be inserted before the <hr> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:107:7) |
|
Pass | Inserting text when selection is collapsed in <hr> which is followed by a text node | Asserts runPass | assert_in_array("<div>abc<hr>def</div>", ["<div>abc<hr>def</div>", "<div>abc<hr>def<br></div>"], "The text should be inserted before the <hr> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:136:7) |
|
Pass | Inserting text when selection is collapsed in <hr> which follows an empty <span> element | Asserts runPass | assert_in_array("<div><span></span>abc<hr></div>", ["<div><span></span>abc<hr></div>", "<div><span></span>abc<br><hr></div>"], "The text should be inserted after the previous empty inline element of <hr>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:174:7) |
|
Pass | Inserting text when selection is collapsed in <hr> which follows a text node and an empty <span> element | Asserts runPass | assert_in_array("<div>abc<span></span>def<hr></div>", ["<div>abc<span></span>def<hr></div>", "<div>abc<span></span>def<br><hr></div>"], "The text should be inserted after the previous empty inline element of <hr> even if the empty element follows a text node")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:212:7) |
|
Pass | Inserting text when selection is collapsed in <hr> which follows a non-empty <span> element | Asserts runPass | assert_in_array("<div><span>abc</span>def<hr></div>", ["<div><span>abc</span>def<hr></div>", "<div><span>abc</span>def<br><hr></div>"], "The text should be inserted at after the span and before <hr>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:250:7) |
|
Fail | Inserting text when selection is collapsed in <hr> which follows a text node, an empty <span> element and white-space only text node | assert_in_array: The text should be inserted after the previous empty inline element value "<div>abc<span></span>\ndef<hr></div>" not in array ["<div>abc<span></span>def<hr></div>", "<div>abc<span></span>def<br><hr></div>"] at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:301:7)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2684:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:270:3 Asserts runFail | assert_in_array("<div>abc<span></span>\ndef<hr></div>", ["<div>abc<span></span>def<hr></div>", "<div>abc<span></span>def<br><hr></div>"], "The text should be inserted after the previous empty inline element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:301:7) |
|
Pass | Inserting text when selection is collapsed in <img> which is only child | Asserts runPass | assert_in_array("<div>abc<img></div>", ["<div>abc<img></div>", "<div>abc<img><br></div>"], "The text should be inserted before the <img> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:48:7) |
|
Pass | Inserting text when selection is collapsed in <img> which is only child (explicitly flushes maybe pending layout) | Asserts runPass | assert_in_array("<div>abc<img></div>", ["<div>abc<img></div>", "<div>abc<img><br></div>"], "The text should be inserted before the <img> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:78:7) |
|
Pass | Inserting text when selection is collapsed in <img> which follows a text node | Asserts runPass | assert_in_array("<div>abcdef<img></div>", ["<div>abcdef<img></div>", "<div>abcdef<img><br></div>"], "The text should be inserted before the <img> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:107:7) |
|
Pass | Inserting text when selection is collapsed in <img> which is followed by a text node | Asserts runPass | assert_in_array("<div>abc<img>def</div>", ["<div>abc<img>def</div>", "<div>abc<img>def<br></div>"], "The text should be inserted before the <img> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:136:7) |
|
Pass | Inserting text when selection is collapsed in <img> which follows an empty <span> element | Asserts runPass | assert_in_array("<div>abc<span></span><img></div>", ["<div>abc<span></span><img></div>", "<div>abc<span></span><img><br></div>"], "The text should be inserted before the previous empty inline element of <img>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:183:7) |
|
Pass | Inserting text when selection is collapsed in <img> which follows a text node and an empty <span> element | Asserts runPass | assert_in_array("<div>abcdef<span></span><img></div>", ["<div>abcdef<span></span><img></div>", "<div>abcdef<span></span><img><br></div>"], "The text should be inserted before the previous empty inline element of <img>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:221:7) |
|
Pass | Inserting text when selection is collapsed in <img> which follows a non-empty <span> element | Asserts runPass | assert_in_array("<div><span>abcdef</span><img></div>", ["<div><span>abcdef</span><img></div>", "<div><span>abcdef</span><img><br></div>"], "The text should be inserted at end of the text node in <span> before <img>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:259:7) |
|
Pass | Inserting text when selection is collapsed in <img> which follows a text node, an empty <span> element and white-space only text node | Asserts runPass | assert_in_array("<div>abc<span></span> def<img></div>", ["<div>abc<span></span> def<img></div>", "<div>abc<span></span> def<img><br></div>", "<div>abc<span></span> def<img></div>", "<div>abc<span></span> def<img><br></div>"], "The text should be inserted at end of the last visible text node")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:290:7) |
|
Pass | Inserting text when selection is collapsed in <input> which is only child | Asserts runPass | assert_in_array("<div>abc<input></div>", ["<div>abc<input></div>", "<div>abc<input><br></div>"], "The text should be inserted before the <input> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:48:7) |
|
Pass | Inserting text when selection is collapsed in <input> which is only child (explicitly flushes maybe pending layout) | Asserts runPass | assert_in_array("<div>abc<input></div>", ["<div>abc<input></div>", "<div>abc<input><br></div>"], "The text should be inserted before the <input> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:78:7) |
|
Pass | Inserting text when selection is collapsed in <input> which follows a text node | Asserts runPass | assert_in_array("<div>abcdef<input></div>", ["<div>abcdef<input></div>", "<div>abcdef<input><br></div>"], "The text should be inserted before the <input> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:107:7) |
|
Pass | Inserting text when selection is collapsed in <input> which is followed by a text node | Asserts runPass | assert_in_array("<div>abc<input>def</div>", ["<div>abc<input>def</div>", "<div>abc<input>def<br></div>"], "The text should be inserted before the <input> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:136:7) |
|
Pass | Inserting text when selection is collapsed in <input> which follows an empty <span> element | Asserts runPass | assert_in_array("<div><span></span>abc<input></div>", ["<div><span></span>abc<input></div>", "<div><span></span>abc<input><br></div>"], "The text should be inserted after the previous empty inline element of <input>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:165:7) |
|
Pass | Inserting text when selection is collapsed in <input> which follows a text node and an empty <span> element | Asserts runPass | assert_in_array("<div>abcdef<span></span><input></div>", ["<div>abcdef<span></span><input></div>", "<div>abcdef<span></span><input><br></div>"], "The text should be inserted before the previous empty inline element of <input>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:221:7) |
|
Pass | Inserting text when selection is collapsed in <input> which follows a non-empty <span> element | Asserts runPass | assert_in_array("<div><span>abcdef</span><input></div>", ["<div><span>abcdef</span><input></div>", "<div><span>abcdef</span><input><br></div>"], "The text should be inserted at end of the text node in <span> before <input>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:259:7) |
|
Pass | Inserting text when selection is collapsed in <input> which follows a text node, an empty <span> element and white-space only text node | Asserts runPass | assert_in_array("<div>abc<span></span> def<input></div>", ["<div>abc<span></span> def<input></div>", "<div>abc<span></span> def<input><br></div>", "<div>abc<span></span> def<input></div>", "<div>abc<span></span> def<input><br></div>"], "The text should be inserted at end of the last visible text node")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:290:7) |
|
Pass | Inserting text when selection is collapsed in <wbr> which is only child | Asserts runPass | assert_in_array("<div>abc<wbr></div>", ["<div>abc<wbr></div>", "<div>abc<wbr><br></div>"], "The text should be inserted before the <wbr> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:48:7) |
|
Pass | Inserting text when selection is collapsed in <wbr> which is only child (explicitly flushes maybe pending layout) | Asserts runPass | assert_in_array("<div>abc<wbr></div>", ["<div>abc<wbr></div>", "<div>abc<wbr><br></div>"], "The text should be inserted before the <wbr> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:78:7) |
|
Pass | Inserting text when selection is collapsed in <wbr> which follows a text node | Asserts runPass | assert_in_array("<div>abcdef<wbr></div>", ["<div>abcdef<wbr></div>", "<div>abcdef<wbr><br></div>"], "The text should be inserted before the <wbr> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:107:7) |
|
Fail | Inserting text when selection is collapsed in <wbr> which is followed by a text node | assert_in_array: The text should be inserted before the <wbr> element value "<div><wbr>abcdef</div>" not in array ["<div>abc<wbr>def</div>", "<div>abc<wbr>def<br></div>"] at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:136:7)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2684:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:118:3 Asserts runFail | assert_in_array("<div><wbr>abcdef</div>", ["<div>abc<wbr>def</div>", "<div>abc<wbr>def<br></div>"], "The text should be inserted before the <wbr> element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:136:7) |
|
Pass | Inserting text when selection is collapsed in <wbr> which follows an empty <span> element | Asserts runPass | assert_in_array("<div>abc<span></span><wbr></div>", ["<div>abc<span></span><wbr></div>", "<div>abc<span></span><wbr><br></div>"], "The text should be inserted before the previous empty inline element of <wbr>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:183:7) |
|
Pass | Inserting text when selection is collapsed in <wbr> which follows a text node and an empty <span> element | Asserts runPass | assert_in_array("<div>abcdef<span></span><wbr></div>", ["<div>abcdef<span></span><wbr></div>", "<div>abcdef<span></span><wbr><br></div>"], "The text should be inserted before the previous empty inline element of <wbr>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:221:7) |
|
Pass | Inserting text when selection is collapsed in <wbr> which follows a non-empty <span> element | Asserts runPass | assert_in_array("<div><span>abcdef</span><wbr></div>", ["<div><span>abcdef</span><wbr></div>", "<div><span>abcdef</span><wbr><br></div>"], "The text should be inserted at end of the text node in <span> before <wbr>")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:259:7) |
|
Fail | Inserting text when selection is collapsed in <wbr> which follows a text node, an empty <span> element and white-space only text node | assert_in_array: The text should be inserted before the previous empty inline element value "<div>abcdef<span></span><wbr></div>" not in array ["<div>abcdef<span></span> <wbr></div>", "<div>abcdef<span></span> <wbr><br></div>"] at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:310:7)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2684:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/other/insert-text-in-void-element.tentative.html:270:3 Asserts runFail | assert_in_array("<div>abcdef<span></span><wbr></div>", ["<div>abcdef<span></span> <wbr></div>", "<div>abcdef<span></span> <wbr><br></div>"], "The text should be inserted before the previous empty inline element")
at Test.<anonymous> ( /editing/other/insert-text-in-void-element.tentative.html:310:7) |
|