Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassBR tag is not inserted after deleting the text node content since root editable element is inline
Asserts run
Pass
assert_not_equals(null, "BR", "First child is not a <br> tag")
    at Test.<anonymous> ( /editing/other/br-tag-not-added-with-inline-root-editable-element.html:19:9)
Pass
assert_equals("<span contenteditable=\"true\"></span>", "<span contenteditable=\"true\"></span>", "HTML content matches the expected structure after delete")
    at Test.<anonymous> ( /editing/other/br-tag-not-added-with-inline-root-editable-element.html:20:9)