Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<body>
<iframe></iframe>
</body>
<script>
const iframe = document.querySelector('iframe');
const option = document.createElement("option");
iframe.contentWindow.getComputedAccessibleNode(option);
</script>