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 (4,581 stars) (2,898 forks)batch import
good first issuehtmltype:missing-coverage

Description

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

Contributor guide