good first issuehtmltype:missing-coverage
描述
<iframe id="foo"></iframe>
<script>
console.log(window.foo === document.getElementById('foo'));
</script>
<iframe id="foo"></iframe>
<script>
console.log(window.foo === document.getElementById('foo'));
</script>