Handle keypad while WebPage sets the focus automatically
[framework/web/webkit-efl.git] / LayoutTests / gamepad / gamepad-api.html
1 <!DOCTYPE html>
2 <body>
3 <script src="../fast/js/resources/js-test-pre.js"></script>
4 <script>
5     shouldBeDefined("navigator.webkitGamepads");
6 </script>
7 <script src="../fast/js/resources/js-test-post.js"></script>
8 <p>Make sure the main polling access point exists on navigator.</p>
9 </body>