chromium/third_party/blink/web_tests/external/wpt/webidl/ecmascript-binding/support/dummy-iframe.html

<!DOCTYPE html>
<meta charset="utf-8">
<body>foo
<button id="element"></button>
<script>
    window.text = document.body.firstChild;
</script>