This is a testharness.js-based test. [FAIL] Backspace at "
ab[cno]n-editabledef
" assert_equals: If only editable text is deleted, its target range should be the deleted text range expected "(#text \\"ab\\", 2) - (#text \\"ab\\", 3)" but got "(#text \\"ab\\", 2) - (, 0)" [FAIL] Backspace at "a[bcnon-editablede]f
" assert_equals: If editable text before non-editable element is deleted, its input type should be deleteContent expected "deleteContent" but got "deleteContentBackward" [FAIL] Backspace at "a[bcnon-editablede]f
" assert_equals: If editable text before non-editable element is deleted, its target range should be only the deleted text expected "(#text \\"a\\", 1) - (#text \\"a\\", 3)" but got "(#text \\"a\\", 1) - (, 0)" Harness: the test ran to completion.