blob: ca7f9596901193ecd48e0d105afcd957abbdec70 [file] [log] [blame]
PASS getSelection().setBaseAndExtent(document.body, 0, nodeInSlot, 5); selectionAddRange(shadowNode, 0, shadowRoot, 1); getSelection().focusNode is nodeInSlot
PASS getSelection().selectAllChildren(document.body); getSelection().containsNode(shadowNode) is false
PASS getSelection().selectAllChildren(document.body); getSelection().containsNode(shadowNode, true) is false
PASS successfullyParsed is true
TEST COMPLETE