Pass | Preserve selection after formatBlock with null at a[b]c | Asserts runPass | assert_equals("b", "b", "Result: abc")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at a[bc<br>de]f | Asserts runPass | assert_equals("bcde", "bcde", "Result: abc<br>def")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <div>a[b]c</div> | Asserts runPass | assert_equals("b", "b", "Result: <div>abc</div>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <div>a[bc</div><div>de]f</div> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <div>abc</div><div>def</div>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <div>a[bc<br>de]f</div> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <div>abc<br>def</div>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <ul><li>a[b]c</li></ul> | Asserts runPass | assert_equals("b", "b", "Result: <ul><li>abc</li></ul>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <ul><li>a[bc</li><li>de]f</li></ul> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <ul><li>abc</li><li>def</li></ul>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <ul><li>a[bc</li><li>de]f</li><li>ghi</li></ul> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <ul><li>abc</li><li>def</li><li>ghi</li></ul>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <ul><li>abc</li><li>d[ef</li><li>gh]i</li></ul> | Asserts runPass | assert_equals("efgh", "efgh", "Result: <ul><li>abc</li><li>def</li><li>ghi</li></ul>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <ul><li>abc</li><li>d[ef</li></ul><div>gh]i</div> | Asserts runPass | assert_equals("efgh", "efgh", "Result: <ul><li>abc</li><li>def</li></ul><div>ghi</div>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <div>a[bc</div><ul><li>de]f</li><li>ghi</li></ul> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <div>abc</div><ul><li>def</li><li>ghi</li></ul>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <table><tr><td>a[b]c</td></tr></table> | Asserts runPass | assert_equals("b", "b", "Result: <table><tbody><tr><td>abc</td></tr></tbody></table>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <table><tr><td>a[bc</td><td>de]f</td></tr></table> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <table><tbody><tr><td>abc</td><td>def</td></tr></tbody></table>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <table><tr><td>a[bc</td></tr><tr><td>de]f</td></tr></table> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <table><tbody><tr><td>abc</td></tr><tr><td>def</td></tr></tbody></table>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <div>a[bc</div><table><tr><td>de]f</td></tr></table> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <div>abc</div><table><tbody><tr><td>def</td></tr></tbody></table>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|
Pass | Preserve selection after formatBlock with null at <table><tr><td>a[bc</td></tr></table><div>de]f</div> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <table><tbody><tr><td>abc</td></tr></tbody></table><div>def</div>")
at Test.<anonymous> ( /editing/other/formatblock-preserving-selection.tentative.html:126:5) |
|