blob: 159b217a086c0a8bbe246a976c0ad8f6c8a57dc8 [file] [log] [blame] [edit]
<body>
<iframe></iframe>
</body>
<script>
const iframe = document.querySelector('iframe');
const option = document.createElement("option");
iframe.contentWindow.getComputedAccessibleNode(option);
</script>