You should see the word PASS two times below and no FAIL.

PASS
PASS

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassSlotted child of contenteditable host should be editable - slot direct child of shadow root
Asserts run
Pass
assert_equals("PASS", "PASS", "Text should be PASS after FAIL is deleted")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/contentEditable-slotted-inherit.html:22:5)
PassSlotted child of contenteditable host should be editable - slot wrapped in shadow tree ancestor
Asserts run
Pass
assert_equals("PASS", "PASS", "Text should be PASS after FAIL is deleted")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/contentEditable-slotted-inherit.html:35:5)