web-platform-tests/wpt

A test for Gecko bug 1281604

Open

#3,226 opened on Jun 23, 2016

View on GitHub
 (4 comments) (0 reactions) (0 assignees)HTML (2,898 forks)batch import
good first issuehtmltype:missing-coverage

Repository metrics

Stars
 (4,581 stars)
PR merge metrics
 (Avg merge 6d 7h) (626 merged PRs in 30d)

Description

<iframe id="foo"></iframe>
<script>
  console.log(window.foo === document.getElementById('foo'));
</script>

Contributor guide