Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassDelete in empty paragraph shouldn't delete parent body and html elements even if they become empty by Backspace
Asserts run
Pass
assert_in_array("<html><body></body></html>", ["<html><body></body></html>", "<html><body><br></body></html>", "<html><body><p></p></body></html>", "<html><body><p><br></p></body></html>"], "Body element shouldn't be deleted even if it becomes empty")
    at Test.<anonymous> ( /editing/other/body-should-not-deleted-even-if-empty.html:17:3)
PassDelete in empty paragraph shouldn't delete parent body and html elements even if they become empty by Delete
Asserts run
Pass
assert_in_array("<html><body></body></html>", ["<html><body></body></html>", "<html><body><br></body></html>", "<html><body><p></p></body></html>", "<html><body><p><br></p></body></html>"], "Body element shouldn't be deleted even if it becomes empty")
    at Test.<anonymous> ( /editing/other/body-should-not-deleted-even-if-empty.html:37:3)