Source code

Revision control

Copy as Markdown

Other Tools

[insertParagraph.html?white-space=pre]
[execCommand("insertParagraph") when <p>[\]AB</p>]
expected: FAIL
[execCommand("insertParagraph") when <p>AB[\]</p>]
expected: FAIL
[execCommand("insertParagraph") when <p style="white-space:pre">[\]AB</p>]
expected: FAIL
[execCommand("insertParagraph") when <p style="white-space:pre-line">[\]AB</p>]
expected: FAIL
[execCommand("insertParagraph") when <p style="white-space:pre-wrap">[\]AB</p>]
expected: FAIL
[execCommand("insertParagraph") when <ul><li>[\]AB</li></ul>]
expected: FAIL
[execCommand("insertParagraph") when <ul><li>AB[\]</li></ul>]
expected: FAIL
[insertParagraph.html?white-space=pre-line]
[execCommand("insertParagraph") when <p>[\]AB</p>]
expected: FAIL
[execCommand("insertParagraph") when <p>AB[\]</p>]
expected: FAIL
[execCommand("insertParagraph") when <p style="white-space:pre">[\]AB</p>]
expected: FAIL
[execCommand("insertParagraph") when <p style="white-space:pre-line">[\]AB</p>]
expected: FAIL
[execCommand("insertParagraph") when <p style="white-space:pre-wrap">[\]AB</p>]
expected: FAIL
[execCommand("insertParagraph") when <ul><li>[\]AB</li></ul>]
expected: FAIL
[execCommand("insertParagraph") when <ul><li>AB[\]</li></ul>]
expected: FAIL
[insertParagraph.html?white-space=normal]
[insertParagraph.html?white-space=pre-wrap]
[execCommand("insertParagraph") when <p>[\]AB</p>]
expected: FAIL
[execCommand("insertParagraph") when <p>AB[\]</p>]
expected: FAIL
[execCommand("insertParagraph") when <p style="white-space:pre">[\]AB</p>]
expected: FAIL
[execCommand("insertParagraph") when <p style="white-space:pre-line">[\]AB</p>]
expected: FAIL
[execCommand("insertParagraph") when <p style="white-space:pre-wrap">[\]AB</p>]
expected: FAIL
[execCommand("insertParagraph") when <ul><li>[\]AB</li></ul>]
expected: FAIL
[execCommand("insertParagraph") when <ul><li>AB[\]</li></ul>]
expected: FAIL