Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassSelection range in an editing host should be collapsed where the host was after it's removed
Asserts run
Pass
assert_equals(Element node <div id="container"></div>, Element node <div id="container"></div>, "focusNode should be the container")
    at Test.<anonymous> ( /selection/selection-range-after-editinghost-removed.html:21:5)
Pass
assert_equals(0, 0, "focusOffset should be 0")
    at Test.<anonymous> ( /selection/selection-range-after-editinghost-removed.html:22:5)
PassSelection range in an editing host should be collapsed where the host was after its parent is removed
Asserts run
Pass
assert_equals(Element node <div id="container"></div>, Element node <div id="container"></div>, "focusNode should be the container")
    at Test.<anonymous> ( /selection/selection-range-after-editinghost-removed.html:36:5)
Pass
assert_equals(0, 0, "focusOffset should be 0")
    at Test.<anonymous> ( /selection/selection-range-after-editinghost-removed.html:37:5)
PassSelection range in an editing host should be collapsed where the host was after it's replaced with itself (.replaceWith)
Asserts run
Pass
assert_equals(Element node <div id="container"><div contenteditable="true">ABC<br></..., Element node <div id="container"><div contenteditable="true">ABC<br></..., "focusNode should be the container")
    at Test.<anonymous> ( /selection/selection-range-after-editinghost-removed.html:48:5)
Pass
assert_equals(0, 0, "focusOffset should be 0")
    at Test.<anonymous> ( /selection/selection-range-after-editinghost-removed.html:49:5)
PassSelection range in an editing host should be collapsed where the host was after it's replaced with itself (.replaceChild)
Asserts run
Pass
assert_equals(Element node <div id="container"><div contenteditable="true">ABC<br></..., Element node <div id="container"><div contenteditable="true">ABC<br></..., "focusNode should be the container")
    at Test.<anonymous> ( /selection/selection-range-after-editinghost-removed.html:61:5)
Pass
assert_equals(0, 0, "focusOffset should be 0")
    at Test.<anonymous> ( /selection/selection-range-after-editinghost-removed.html:62:5)