Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / shadow / selection-of-orphan-shadowroot-expected.txt
blob2fcc79eda3dfe8000da95f72bafae1a8f0f9523f
1 Nodes of the selection for an orphan shadow root should return null.
3 PASS selection.anchorNode is null
4 PASS selection.focusNode is null
5 PASS selection.baseNode is null
6 PASS selection.extentNode is null
7 PASS successfullyParsed is true
9 TEST COMPLETE