Pass | Selection range in an editing host should be collapsed where the host was after it's removed | Asserts runPass | 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) |
|
Pass | Selection range in an editing host should be collapsed where the host was after its parent is removed | Asserts runPass | 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) |
|
Pass | Selection range in an editing host should be collapsed where the host was after it's replaced with itself (.replaceWith) | Asserts runPass | 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) |
|
Pass | Selection range in an editing host should be collapsed where the host was after it's replaced with itself (.replaceChild) | Asserts runPass | 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) |
|