summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/accessibility/crashtests/computed-node.html
blob: 159b217a086c0a8bbe246a976c0ad8f6c8a57dc8 (plain)
1
2
3
4
5
6
7
8
<body>
<iframe></iframe>
</body>
<script>
const iframe = document.querySelector('iframe');
const option = document.createElement("option");
iframe.contentWindow.getComputedAccessibleNode(option);
</script>