blob: 00c995cf92056cc55f11d59cf6488a844ec86d19 [file] [log] [blame]
<iframe sandbox="allow-same-origin" id="subframe"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
oldNav = window.frames[0].navigator;
document.getElementById("subframe").remove();
oldNav.getGamepads();
</script>
PASS if no crash.