blob: e68c9a36ddc510d416be67bc5f354ecd71868f84 [file] [log] [blame]
<!doctype html>
<html>
<body>
<div id="foo" style="color: white;">Some text</div>
<iframe src="iframe2.html"></iframe>
<script>
console.log(document.querySelector('#foo'));
</script>
</body>
</html>