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
<my-wrapper><divclass="my-wrapper-test">ok, this is shown.</div></my-wrapper><my-wrapper><div>should show this text.</div></my-wrapper>
This <my-wrapper> has ShadowDOM <content select=".my-wrapper-test"></content>, and has domReady callback.
The callback sets the class my-wrapper-test into all child elements.
Did not show "should show this text." on Chrome 34.0.1847.131 m.
Showed "should show this text." on Chrome 37.0.1994.2 canary.
This
<my-wrapper>
has ShadowDOM<content select=".my-wrapper-test"></content>
, and has domReady callback.The callback sets the class
my-wrapper-test
into all child elements.Did not show
"should show this text."
on Chrome 34.0.1847.131 m.Showed
"should show this text."
on Chrome 37.0.1994.2 canary.There is the full code here: https://dl.dropboxusercontent.com/u/5739705/polymer/test.html
The text was updated successfully, but these errors were encountered: