Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
PassexecCommand("insertParagraph") when <p>[]AB</p>
Asserts run
Pass
assert_equals("<p><br></p><p>AB</p>", "<p><br></p><p>AB</p>")
    at Test.<anonymous> ( /editing/plaintext-only/insertParagraph.html:89:9)
PassexecCommand("insertParagraph") when <p>A[]B</p>
Asserts run
Pass
assert_equals("<p>A</p><p>B</p>", "<p>A</p><p>B</p>")
    at Test.<anonymous> ( /editing/plaintext-only/insertParagraph.html:89:9)
PassexecCommand("insertParagraph") when <p>AB[]</p>
Asserts run
Pass
assert_equals("<p>AB</p><p><br></p>", "<p>AB</p><p><br></p>")
    at Test.<anonymous> ( /editing/plaintext-only/insertParagraph.html:89:9)
PassexecCommand("insertParagraph") when <p style="white-space:normal">[]AB</p>
Asserts run
Pass
assert_equals("<p style=\"white-space:normal\"><br></p><p style=\"white-space:normal\">AB</p>", "<p style=\"white-space:normal\"><br></p><p style=\"white-space:normal\">AB</p>")
    at Test.<anonymous> ( /editing/plaintext-only/insertParagraph.html:89:9)
PassexecCommand("insertParagraph") when <p style="white-space:pre">[]AB</p>
Asserts run
Pass
assert_equals("<p style=\"white-space:pre\"><br></p><p style=\"white-space:pre\">AB</p>", "<p style=\"white-space:pre\"><br></p><p style=\"white-space:pre\">AB</p>")
    at Test.<anonymous> ( /editing/plaintext-only/insertParagraph.html:89:9)
PassexecCommand("insertParagraph") when <p style="white-space:pre-line">[]AB</p>
Asserts run
Pass
assert_equals("<p style=\"white-space:pre-line\"><br></p><p style=\"white-space:pre-line\">AB</p>", "<p style=\"white-space:pre-line\"><br></p><p style=\"white-space:pre-line\">AB</p>")
    at Test.<anonymous> ( /editing/plaintext-only/insertParagraph.html:89:9)
PassexecCommand("insertParagraph") when <p style="white-space:pre-wrap">[]AB</p>
Asserts run
Pass
assert_equals("<p style=\"white-space:pre-wrap\"><br></p><p style=\"white-space:pre-wrap\">AB</p>", "<p style=\"white-space:pre-wrap\"><br></p><p style=\"white-space:pre-wrap\">AB</p>")
    at Test.<anonymous> ( /editing/plaintext-only/insertParagraph.html:89:9)
PassexecCommand("insertParagraph") when <ul><li>[]AB</li></ul>
Asserts run
Pass
assert_equals("<ul><li><br></li><li>AB</li></ul>", "<ul><li><br></li><li>AB</li></ul>")
    at Test.<anonymous> ( /editing/plaintext-only/insertParagraph.html:89:9)
PassexecCommand("insertParagraph") when <ul><li>A[]B</li></ul>
Asserts run
Pass
assert_equals("<ul><li>A</li><li>B</li></ul>", "<ul><li>A</li><li>B</li></ul>")
    at Test.<anonymous> ( /editing/plaintext-only/insertParagraph.html:89:9)
PassexecCommand("insertParagraph") when <ul><li>AB[]</li></ul>
Asserts run
Pass
assert_equals("<ul><li>AB</li><li><br></li></ul>", "<ul><li>AB</li><li><br></li></ul>")
    at Test.<anonymous> ( /editing/plaintext-only/insertParagraph.html:89:9)