trisquel-icecat/icecat/testing/web-platform/tests/accessibility/crashtests/computed-node.html

8 lines
206 B
HTML

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