can't edit
can't edit
can't edit
can't edit

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
FailBR tag is inserted after deleting the text node present before non editable child elementassert_equals: First child is a <br> tag expected "BR" but got "DIV"
    at Test.<anonymous> (https://wpt.live/editing/other/insert-br-tag-on-text-node-removal-with-non-editable-elements.html:21:9)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/editing/other/insert-br-tag-on-text-node-removal-with-non-editable-elements.html:12:5
Asserts run
Fail
assert_equals("DIV", "BR", "First child is a <br> tag")
    at Test.<anonymous> ( /editing/other/insert-br-tag-on-text-node-removal-with-non-editable-elements.html:21:9)
FailBR tag is inserted after deleting the text node present between two non editable child elementsassert_equals: HTML content matches the expected structure after delete expected "<div contenteditable=\"false\">can't edit</div><br><div contenteditable=\"false\">can't edit</div>" but got "<div contenteditable=\"false\">can't edit</div><div contenteditable=\"false\">can't edit</div>"
    at Test.<anonymous> (https://wpt.live/editing/other/insert-br-tag-on-text-node-removal-with-non-editable-elements.html:36:9)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/editing/other/insert-br-tag-on-text-node-removal-with-non-editable-elements.html:25:5
Asserts run
Fail
assert_equals("<div contenteditable=\"false\">can't edit</div><div contenteditable=\"false\">can't edit</div>", "<div contenteditable=\"false\">can't edit</div><br><div contenteditable=\"false\">can't edit</div>", "HTML content matches the expected structure after delete")
    at Test.<anonymous> ( /editing/other/insert-br-tag-on-text-node-removal-with-non-editable-elements.html:36:9)
FailBR tag is inserted after deleting the text node present after non editable child elementassert_equals: HTML content matches the expected structure after delete expected "<div contenteditable=\"false\">can't edit</div><br>" but got "<div contenteditable=\"false\">can't edit</div>"
    at Test.<anonymous> (https://wpt.live/editing/other/insert-br-tag-on-text-node-removal-with-non-editable-elements.html:50:9)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/editing/other/insert-br-tag-on-text-node-removal-with-non-editable-elements.html:39:5
Asserts run
Fail
assert_equals("<div contenteditable=\"false\">can't edit</div>", "<div contenteditable=\"false\">can't edit</div><br>", "HTML content matches the expected structure after delete")
    at Test.<anonymous> ( /editing/other/insert-br-tag-on-text-node-removal-with-non-editable-elements.html:50:9)