Re: [w3c/webcomponents] shadow tree -> iframe <- contentWindow.frameElement encapsulation issue (#507)

The `<iframe>` is already in the closed shadow tree and `window.frameElement` returns it, as they are in the same node tree.

So this is working as expected.

---
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/507#issuecomment-221835799

Received on Thursday, 26 May 2016 10:32:14 UTC