blob: 94d3b0b7d428fc4a3abde33b00a1e099d608540e [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div id="host"></div>
<script>
(function() {
var shadow = document.getElementById("host").webkitCreateShadowRoot();
shadow.innerHTML = "<article id='target'></article>";
document.targetInShadow = shadow.getElementById("target");
})();
</script>
</body>
</html>