I am trying to select an element in the shadow DOM.
As I understand, there are 2 options: /deep/
or ::shadow
I have setup a jsfiddle to illustrate my tests:
http://jsfiddle.net/chevdor/ph2qo5s8/4/
I am testing with and element and I try selecting on of its div as example. I know I could use -webkit to access those but this is not what I need.
I don´t succeed on getting the elements under the shadow-root, neither using /deep/
not using ::shadow
I am using Chrome.
Does anyone know where the mistake could be?