Re: [w3c/webcomponents] [WebDriver] Testability of web components (#771)

@LarsDenBakker: Note `querySelector("a::part(b)")` **WOULD NOT** return an element inside the shadow tree of a exposed as a part b. `querySelector` and `querySelectorAll`, etc... always match against nodes in context object's tree.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/771#issuecomment-440060696

Received on Monday, 19 November 2018 22:13:46 UTC