a      b

Summary

Harness status: OK

Found 18 tests

Details

ResultTest NameMessage
Passdocument.execCommand("forwarddelete") when "<div>&nbsp;&nbsp;&nbsp;[]</div><div><br></div>"
Asserts run
Pass
assert_equals("<div>&nbsp; &nbsp;</div>", "<div>&nbsp; &nbsp;</div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div>a&nbsp;&nbsp;&nbsp;[]</div><div><br></div>"
Asserts run
Pass
assert_equals("<div>a&nbsp; &nbsp;</div>", "<div>a&nbsp; &nbsp;</div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Faildocument.execCommand("forwarddelete") when "<div>{}<br></div><div>&nbsp;&nbsp;&nbsp;</div>"assert_equals: expected "<div>&nbsp; &nbsp;</div>" but got "<div>&nbsp; &nbsp;<br></div>"
    at Test.<anonymous> (https://wpt.live/editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at https://wpt.live/resources/testharness.js:738:36
    at new Promise (<anonymous>)
    at https://wpt.live/resources/testharness.js:737:20
Asserts run
Fail
assert_equals("<div>&nbsp; &nbsp;<br></div>", "<div>&nbsp; &nbsp;</div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Faildocument.execCommand("forwarddelete") when "<div>{}<br></div><div>&nbsp;&nbsp;&nbsp;b</div>"assert_equals: expected "<div>&nbsp; &nbsp;b</div>" but got "<div>&nbsp; &nbsp;b<br></div>"
    at Test.<anonymous> (https://wpt.live/editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at https://wpt.live/resources/testharness.js:738:36
    at new Promise (<anonymous>)
    at https://wpt.live/resources/testharness.js:737:20
Asserts run
Fail
assert_equals("<div>&nbsp; &nbsp;b<br></div>", "<div>&nbsp; &nbsp;b</div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div>a[]</div><div>&nbsp;&nbsp;&nbsp;b</div>"
Asserts run
Pass
assert_equals("<div>a&nbsp; &nbsp;b</div>", "<div>a&nbsp; &nbsp;b</div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div>a&nbsp;&nbsp;&nbsp;[]</div><div>&nbsp;&nbsp;&nbsp;b</div>"
Asserts run
Pass
assert_equals("<div>a&nbsp; &nbsp; &nbsp; b</div>", "<div>a&nbsp; &nbsp; &nbsp; b</div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div>&nbsp;&nbsp;&nbsp;[]<div><br></div></div>"
Asserts run
Pass
assert_equals("<div>&nbsp; &nbsp;</div>", "<div>&nbsp; &nbsp;</div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div>a&nbsp;&nbsp;&nbsp;[]<div><br></div></div>"
Asserts run
Pass
assert_equals("<div>a&nbsp; &nbsp;</div>", "<div>a&nbsp; &nbsp;</div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div>{}<br><div>&nbsp;&nbsp;&nbsp;</div></div>"
Asserts run
Pass
assert_equals("<div><div>&nbsp; &nbsp;</div></div>", "<div><div>&nbsp; &nbsp;</div></div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div>{}<br><div>&nbsp;&nbsp;&nbsp;b</div></div>"
Asserts run
Pass
assert_equals("<div><div>&nbsp; &nbsp;b</div></div>", "<div><div>&nbsp; &nbsp;b</div></div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div>a[]<div>&nbsp;&nbsp;&nbsp;b</div></div>"
Asserts run
Pass
assert_equals("a&nbsp; &nbsp;b", "a&nbsp; &nbsp;b")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div>a&nbsp;&nbsp;&nbsp;[]<div>&nbsp;&nbsp;&nbsp;b</div></div>"
Asserts run
Pass
assert_equals("a&nbsp; &nbsp; &nbsp; b", "a&nbsp; &nbsp; &nbsp; b")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div><div>&nbsp;&nbsp;&nbsp;[]</div><br></div>"
Asserts run
Pass
assert_equals("<div><div>&nbsp; &nbsp;</div></div>", "<div><div>&nbsp; &nbsp;</div></div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div><div>a&nbsp;&nbsp;&nbsp;[]</div><br></div>"
Asserts run
Pass
assert_equals("<div><div>a&nbsp; &nbsp;</div></div>", "<div><div>a&nbsp; &nbsp;</div></div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Faildocument.execCommand("forwarddelete") when "<div><div>{}<br></div>&nbsp;&nbsp;&nbsp;</div>"assert_equals: expected "<div>&nbsp; &nbsp;</div>" but got "<div>&nbsp; &nbsp;<br></div>"
    at Test.<anonymous> (https://wpt.live/editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at https://wpt.live/resources/testharness.js:738:36
    at new Promise (<anonymous>)
    at https://wpt.live/resources/testharness.js:737:20
Asserts run
Fail
assert_equals("<div>&nbsp; &nbsp;<br></div>", "<div>&nbsp; &nbsp;</div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Faildocument.execCommand("forwarddelete") when "<div><div>{}<br></div>&nbsp;&nbsp;&nbsp;b</div>"assert_equals: expected "<div>&nbsp; &nbsp;b</div>" but got "<div>&nbsp; &nbsp;b<br></div>"
    at Test.<anonymous> (https://wpt.live/editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at https://wpt.live/resources/testharness.js:738:36
    at new Promise (<anonymous>)
    at https://wpt.live/resources/testharness.js:737:20
Asserts run
Fail
assert_equals("<div>&nbsp; &nbsp;b<br></div>", "<div>&nbsp; &nbsp;b</div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div><div>a[]</div>&nbsp;&nbsp;&nbsp;b</div>"
Asserts run
Pass
assert_equals("<div>a&nbsp; &nbsp;b</div>", "<div>a&nbsp; &nbsp;b</div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)
Passdocument.execCommand("forwarddelete") when "<div><div>a&nbsp;&nbsp;&nbsp;[]</div>&nbsp;&nbsp;&nbsp;b</div>"
Asserts run
Pass
assert_equals("<div>a&nbsp; &nbsp; &nbsp; b</div>", "<div>a&nbsp; &nbsp; &nbsp; b</div>")
    at Test.<anonymous> ( /editing/whitespaces/chrome-compat/forwarddelete-to-join-blocks.tentative.html:27:7)