You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following test case creates a custom element which renders Hello, <span pseduo="x-name">Polymer</span>. I'm trying to target the custom pseudo-element x-name using the CSS selector span::x-name in the parent document but it doesn't result in a match.
The following test case creates a custom element which renders
Hello, <span pseduo="x-name">Polymer</span>
. I'm trying to target the custom pseudo-elementx-name
using the CSS selectorspan::x-name
in the parent document but it doesn't result in a match.I've tested the following in Chrome 34 & 36.
The text was updated successfully, but these errors were encountered: