blob: ad66567e7dc3832b2ce7e86326542619aa5ffcab [file] [log] [blame]
CONSOLE WARNING: line 19: Element.createShadowRoot is deprecated and will be removed in M73, around March 2019. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 for more details.
This test confirms that selecting an element having Shadow DOM doesn't cross editing boundaries errornously.
BEFORE
AFTER
Move mouse from BEFORE to HOST
PASS selection.anchorNode is null
PASS selection.focusNode is null
PASS document.execCommand("delete") did not crash.
Move mouse from AFTER to HOST
PASS selection.anchorNode is null
PASS selection.focusNode is null
PASS document.execCommand("delete") did not crash.
PASS successfullyParsed is true
TEST COMPLETE