summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/shadow/selection-in-nested-shadow-expected.txt
blob: f4cba203d7e66b87a274a481d88dfcfa529a7dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Select text in non-nested ShadowDOM and remove an element containing shadow host.
Then the anchor node of the selection should become be the parent element of the removed element (container).
PASS window.getSelection().anchorNode is container

Select text in nested ShadowDOM and remove an element containing shadow host.
In this case, the anchor node of the selection should also become be the parent element of the removed element (container).
PASS window.getSelection().anchorNode is container

PASS successfullyParsed is true

TEST COMPLETE