node/test/fixtures/wpt/webidl/ecmascript-binding/support/dummy-iframe.html
Yagiz Nizipli ec49a09bbb
test: add webidl web-platform tests
PR-URL: https://github.com/nodejs/node/pull/61316
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Mattias Buelens <mattias@buelens.com>
2026-01-15 16:51:10 +00:00

7 lines
143 B
HTML

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