Shadow DOM in iFrame Example

There are two DIVs, both with an ID of "pass1". One is in the ShadowDOM while the other is in the Light DOM. Should pass because the nodes are in separate contexts.

Light DOM:

This is a DIV with the id of pass1

Shadow DOM: