Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: LayoutTests/gamepad/gamepad-api.html

Issue 183313003: Added non-prefixed navigator.getGamepads() with updated API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/gamepad/gamepad-api.html
diff --git a/LayoutTests/gamepad/gamepad-api.html b/LayoutTests/gamepad/gamepad-api.html
index 0ffbd9c05b48b44c2433c7c85394d70f770e9bcd..cac387458fd9b2b3557679591b14e090ed6d366a 100644
--- a/LayoutTests/gamepad/gamepad-api.html
+++ b/LayoutTests/gamepad/gamepad-api.html
@@ -3,6 +3,7 @@
<script src="../resources/js-test.js"></script>
<script>
shouldBeDefined("navigator.webkitGetGamepads");
+ shouldBeDefined("navigator.getGamepads");
</script>
<p>Make sure the main polling access point exists on navigator.</p>
</body>
« no previous file with comments | « LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt ('k') | LayoutTests/gamepad/gamepad-api-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698