summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/accessibility/crashtests/activedescendant-crash.html
blob: ac0dc5d5ed791dab05faecfc773adf1fd5fdffd9 (plain)
1
2
3
4
5
6
7
<iframe></iframe>
<script>
let frame = document.querySelector("iframe");
window.xyz = frame.contentWindow.accessibilityController.focusedElement;
frame.remove();
window.xyz.activeDescendant;
</script>