summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webidl/ecmascript-binding/support/dummy-iframe.html
blob: 3f773ae6f811acb036f1314a5c7971ebf69d77b2 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<meta charset="utf-8">
<body>foo
<button id="element"></button>
<script>
    window.text = document.body.firstChild;
</script>