A
B
A
B

Summary

Harness status: OK

Found 38 tests

Details

ResultTest NameMessage
Passdocument.execCommand("delete") when <div>A[]</div>
Asserts run
Pass
assert_equals("<br>", "<br>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<br>[]B</div>
Asserts run
Pass
assert_equals("<div>AB</div>", "<div>AB</div>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A []B</div>
Asserts run
Pass
assert_equals("<div>AB</div>", "<div>AB</div>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A</div><div>[]B</div>
Asserts run
Pass
assert_equals("<div>AB</div>", "<div>AB</div>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<div>B[]</div></div>
Asserts run
Pass
assert_equals("A<div><br></div>", "A<div><br></div>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<div>[]B</div></div>
Asserts run
Pass
assert_equals("AB", "AB")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div><div>A</div>[]B</div>
Asserts run
Pass
assert_equals("<div>AB</div>", "<div>AB</div>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div><div>A</div>B[]</div>
Asserts run
Pass
assert_equals("<div>A</div><br>", "<div>A</div><br>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<ul><li>[]B</li></ul></div>
Asserts run
Pass
assert_equals("AB", "AB")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<ul><li>[]B</li><li>C</li></ul></div>
Asserts run
Pass
assert_equals("AB<ul><li>C<br></li></ul>", "AB<ul><li>C<br></li></ul>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <ul><li>A[]</li></ul>
Asserts run
Pass
assert_equals("<ul><li><br></li></ul>", "<ul><li><br></li></ul>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <ul><li>A</li><li>[]B</li></ul>
Asserts run
Pass
assert_equals("<ul><li>AB</li></ul>", "<ul><li>AB</li></ul>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <ul><li>A</li><li>B[]</li></ul>
Asserts run
Pass
assert_equals("<ul><li>A</li><li><br></li></ul>", "<ul><li>A</li><li><br></li></ul>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <ul><li>A[]</li><li>B</li></ul>
Asserts run
Pass
assert_equals("<ul><li><br></li><li>B</li></ul>", "<ul><li><br></li><li>B</li></ul>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<ol><li>[]B</li></ol></div>
Asserts run
Pass
assert_equals("AB", "AB")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<ol><li>[]B</li><li>C</li></ol></div>
Asserts run
Pass
assert_equals("AB<ol><li>C<br></li></ol>", "AB<ol><li>C<br></li></ol>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <ol><li>A[]</li></ol>
Asserts run
Pass
assert_equals("<ol><li><br></li></ol>", "<ol><li><br></li></ol>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <ol><li>A</li><li>[]B</li></ol>
Asserts run
Pass
assert_equals("<ol><li>AB</li></ol>", "<ol><li>AB</li></ol>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <ol><li>A</li><li>B[]</li></ol>
Asserts run
Pass
assert_equals("<ol><li>A</li><li><br></li></ol>", "<ol><li>A</li><li><br></li></ol>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <ol><li>A[]</li><li>B</li></ol>
Asserts run
Pass
assert_equals("<ol><li><br></li><li>B</li></ol>", "<ol><li><br></li><li>B</li></ol>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<dl><dt>[]B</dt></dl></div>
Asserts run
Pass
assert_equals("AB", "AB")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<dl><dt>[]B</dt><dt>C</dt></dl></div>
Asserts run
Pass
assert_equals("AB<dl><dt>C<br></dt></dl>", "AB<dl><dt>C<br></dt></dl>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<dl><dt>[]B</dt><dd>C</dd></dl></div>
Asserts run
Pass
assert_equals("AB<dl><dd>C<br></dd></dl>", "AB<dl><dd>C<br></dd></dl>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<dl><dd>[]B</dd></dl></div>
Asserts run
Pass
assert_equals("AB", "AB")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<dl><dd>[]B</dd><dt>C</dt></dl></div>
Asserts run
Pass
assert_equals("AB<dl><dt>C<br></dt></dl>", "AB<dl><dt>C<br></dt></dl>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <div>A<dl><dd>[]B</dd><dd>C</dd></dl></div>
Asserts run
Pass
assert_equals("AB<dl><dd>C<br></dd></dl>", "AB<dl><dd>C<br></dd></dl>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <dl><dt>A</dt><dt>[]B</dt></ol>
Asserts run
Pass
assert_equals("<dl><dt>AB</dt></dl>", "<dl><dt>AB</dt></dl>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <dl><dd>A</dd><dt>[]B</dt></ol>
Asserts run
Pass
assert_equals("<dl><dd>AB</dd></dl>", "<dl><dd>AB</dd></dl>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <dl><dt>A</dt><dd>[]B</dd></ol>
Asserts run
Pass
assert_equals("<dl><dt>AB</dt></dl>", "<dl><dt>AB</dt></dl>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <dl><dd>A</dd><dd>[]B</dd></ol>
Asserts run
Pass
assert_equals("<dl><dd>AB</dd></dl>", "<dl><dd>AB</dd></dl>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <table><tr><td>A</td><td>[]B</td></tr></table>
Asserts run
Pass
assert_equals("<table><tbody><tr><td>A</td><td>B</td></tr></tbody></table>", "<table><tbody><tr><td>A</td><td>B</td></tr></tbody></table>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <table><tr><td>A</td></tr><tr><td>[]B</td></tr></table>
Asserts run
Pass
assert_equals("<table><tbody><tr><td>A</td></tr><tr><td>B</td></tr></tbody></table>", "<table><tbody><tr><td>A</td></tr><tr><td>B</td></tr></tbody></table>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <table><tr><th>A</th><td>[]B</td></tr></table>
Asserts run
Pass
assert_equals("<table><tbody><tr><th>A</th><td>B</td></tr></tbody></table>", "<table><tbody><tr><th>A</th><td>B</td></tr></tbody></table>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <table><tr><th>A</th></tr><tr><td>[]B</td></tr></table>
Asserts run
Pass
assert_equals("<table><tbody><tr><th>A</th></tr><tr><td>B</td></tr></tbody></table>", "<table><tbody><tr><th>A</th></tr><tr><td>B</td></tr></tbody></table>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <table><tr><td>A</td><th>[]B</th></tr></table>
Asserts run
Pass
assert_equals("<table><tbody><tr><td>A</td><th>B</th></tr></tbody></table>", "<table><tbody><tr><td>A</td><th>B</th></tr></tbody></table>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <table><tr><td>A</td></tr><tr><th>[]B</th></tr></table>
Asserts run
Pass
assert_equals("<table><tbody><tr><td>A</td></tr><tr><th>B</th></tr></tbody></table>", "<table><tbody><tr><td>A</td></tr><tr><th>B</th></tr></tbody></table>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <table><tr><th>A</th><th>[]B</th></tr></table>
Asserts run
Pass
assert_equals("<table><tbody><tr><th>A</th><th>B</th></tr></tbody></table>", "<table><tbody><tr><th>A</th><th>B</th></tr></tbody></table>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)
Passdocument.execCommand("delete") when <table><tr><th>A</th></tr><tr><th>[]B</th></tr></table>
Asserts run
Pass
assert_equals("<table><tbody><tr><th>A</th></tr><tr><th>B</th></tr></tbody></table>", "<table><tbody><tr><th>A</th></tr><tr><th>B</th></tr></tbody></table>")
    at Test.<anonymous> ( /editing/plaintext-only/delete-around-linebreak-or-block-boundary.html:161:7)