chromium/third_party/blink/web_tests/external/wpt/accessibility/crashtests/computed-node.html

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