summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/gamepad/gamepad-api.html
blob: 0ffbd9c05b48b44c2433c7c85394d70f770e9bcd (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<body>
<script src="../resources/js-test.js"></script>
<script>
    shouldBeDefined("navigator.webkitGetGamepads");
</script>
<p>Make sure the main polling access point exists on navigator.</p>
</body>