Pass | Preserve selection after null at <div>a[b]c</div> | Asserts runPass | assert_equals("b", "b", "Result: <div>abc</div>")
at Test.<anonymous> ( /editing/other/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after null at <address>a[b]c</address> | Asserts runPass | assert_equals("b", "b", "Result: <address>abc</address>")
at Test.<anonymous> ( /editing/other/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after 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/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after null at <div>a[bc</div><address>de]f</address> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <div>abc</div><address>def</address>")
at Test.<anonymous> ( /editing/other/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after null at <address>a[bc</address><div>de]f</div> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <address>abc</address><div>def</div>")
at Test.<anonymous> ( /editing/other/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after null at <address>a[bc</address><address>de]f</address> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <address>abc</address><address>def</address>")
at Test.<anonymous> ( /editing/other/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after 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/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after 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/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after 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/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after 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/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after null at <ul><li>abc</li><li>d[e]f</li><li>ghi</li></ul> | Asserts runPass | assert_equals("e", "e", "Result: <ul><li>abc</li><li>def</li><li>ghi</li></ul>")
at Test.<anonymous> ( /editing/other/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after null at <ul><li>a[bc</li></ul><div>de]f</div> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <ul><li>abc</li></ul><div>def</div>")
at Test.<anonymous> ( /editing/other/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after 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/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after null at <div>a[bc</div><ul><li>de]f</li></ul> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <div>abc</div><ul><li>def</li></ul>")
at Test.<anonymous> ( /editing/other/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after 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/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after 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/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after 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/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after 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/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after 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/justify-preserving-selection.tentative.html:138:5) |
|
Pass | Preserve selection after 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/justify-preserving-selection.tentative.html:138:5) |
|