haikuwebkit/LayoutTests/gamepad/gamepad-api.html

10 lines
269 B
HTML

<!DOCTYPE html>
<body>
<script src="../resources/js-test-pre.js"></script>
<script>
shouldBeDefined("navigator.getGamepads");
</script>
<script src="../resources/js-test-post.js"></script>
<p>Make sure the main polling access point exists on navigator.</p>
</body>