Pass | Preserve selection after outdent at <blockquote>a[b]c</blockquote> | Asserts runPass | assert_equals("b", "b", "Result: abc")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <blockquote><div>a[b]c</div></blockquote> | Asserts runPass | assert_equals("b", "b", "Result: <div>abc</div>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <blockquote><div>a[bc</div><div>de]f</div></blockquote> | Asserts runPass | assert_equals("bcde", "bcde", "Result: abc<br><div>def</div>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <blockquote>a[bc</blockquote><blockquote>de]f</blockquote> | Asserts runPass | assert_equals("bcde", "bcde", "Result: abc<br>def")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <div style="margin-left:15px">a[b]c</div> | Asserts runPass | assert_equals("b", "b", "Result: <div style=\"margin-left:15px\">abc</div>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <div style="margin-left:15px">a[bc</div><div style="margin-left:15px">de]f</div> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <div style=\"margin-left:15px\">abc</div><div style=\"margin-left:15px\">def</div>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ul><li>a[b]c</li></ul> | Asserts runPass | assert_equals("b", "b", "Result: abc")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ul><li>a[bc</li><li>de]f</li></ul> | Asserts runPass | assert_equals("bcde", "bcde", "Result: abc<br>def")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ol><ul><li>a[b]c</li></ul></ol> | Asserts runPass | assert_equals("b", "b", "Result: <ol><li>abc</li></ol>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ol><ul><li>a[bc</li><li>de]f</li></ul></ol> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <ol><li>abc</li><li>def</li></ol>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ul><ul><li>a[b]c</li></ul></ul> | Asserts runPass | assert_equals("b", "b", "Result: <ul><li>abc</li></ul>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ul><ul><li>a[bc</li><li>de]f</li></ul></ul> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <ul><li>abc</li><li>def</li></ul>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ol><li><ul><li>a[b]c</li></ul></li></ol> | Asserts runPass | assert_equals("b", "b", "Result: <ol><li><li>abc</li></li></ol>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ol><li><ul><li>a[bc</li><li>de]f</li></ul></li></ol> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <ol><li><li>abc</li><li>def</li></li></ol>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ul><li><ul><li>a[b]c</li></ul></li></ul> | Asserts runPass | assert_equals("b", "b", "Result: <ul><li><li>abc</li></li></ul>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ul><li><ul><li>a[bc</li><li>de]f</li></ul></li></ul> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <ul><li><li>abc</li><li>def</li></li></ul>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <blockquote><div>a[bc</div></blockquote><ul><ul><li>de]f</li></ul></ul> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <div>abc</div><ul><li>def</li></ul>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <blockquote><div>a[bc</div></blockquote><ol><ul><li>de]f</li></ul></ol> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <div>abc</div><ol><li>def</li></ol>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <div style="margin-left:15px">a[bc</div><ul><ul><li>de]f</li></ul></ul> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <div style=\"margin-left:15px\">abc</div><ul><li>def</li></ul>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <blockquote><div>a[bc</div></blockquote><ul><li><ul><li>de]f</li></ul></li></ul> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <div>abc</div><ul><li><li>def</li></li></ul>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <blockquote><div>a[bc</div></blockquote><ol><li><ul><li>de]f</li></ul></li></ol> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <div>abc</div><ol><li><li>def</li></li></ol>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ol><ul><li>a[bc</li></ul></ol><blockquote><div>de]f</div></blockquote> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <ol><li>abc</li></ol><div>def</div>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ul><ul><li>a[bc</li></ul></ul><div style="margin-left:15px">de]f</div> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <ul><li>abc</li></ul><div style=\"margin-left:15px\">def</div>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ul><li><ul><li>a[bc</li></ul></li></ul><blockquote><div>de]f</div></blockquote> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <ul><li><li>abc</li></li></ul><div>def</div>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ol><li><ul><li>a[bc</li></ul></li></ol><blockquote><div>de]f</div></blockquote> | Asserts runPass | assert_equals("bcde", "bcde", "Result: <ol><li><li>abc</li></li></ol><div>def</div>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ul><li>a[bc</li></ul><ul><li>de]f</li></ul> | Asserts runPass | assert_equals("bcde", "bcde", "Result: abc<br>def")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ul><li>abc</li><li>d[ef</li></ul><ul><li>gh]i</li></ul> | Asserts runPass | assert_equals("efgh", "efgh", "Result: <ul><li>abc</li></ul>def<br>ghi")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ul><li>abc</li><li>d[ef</li></ul><ul><li>gh]i</li><li>jkl</li></ul> | Asserts runPass | assert_equals("efgh", "efgh", "Result: <ul><li>abc</li></ul>def<br>ghi<br><ul><li>jkl</li></ul>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ol><li>a[bc</li></ol><ul><li>de]f</li></ul> | Asserts runPass | assert_equals("bcde", "bcde", "Result: abc<br>def")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ol><li>abc</li><li>d[ef</li></ol><ul><li>gh]i</li></ul> | Asserts runPass | assert_equals("efgh", "efgh", "Result: <ol><li>abc</li></ol>def<br>ghi")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|
Pass | Preserve selection after outdent at <ol><li>abc</li><li>d[ef</li></ol><ul><li>gh]i</li><li>jkl</li></ul> | Asserts runPass | assert_equals("efgh", "efgh", "Result: <ol><li>abc</li></ol>def<br>ghi<br><ul><li>jkl</li></ul>")
at Test.<anonymous> ( /editing/other/outdent-preserving-selection.tentative.html:182:5) |
|