blob: 1ed07676f31a25394e0885520ecc4a97630e1eef [file] [edit]
<body>
<p>Test that calling navigator.getGamepads no longer generates a console message in insecure contexts</p>
<script>
if (window.testRunner)
testRunner.dumpAsText();
if (window.internals)
internals.markContextAsInsecure();
navigator.getGamepads();
</script>
</body>