web-platform-tests/wpt

A test for Gecko bug 1281604

Open

#3,226 opened on 2016年6月23日

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
 (平均マージ 6d 7h) (30d で 626 merged PRs)

説明

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

コントリビューターガイド