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

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

Issue 196503004: Share Gamepad and WebKitGamepad implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Compiles and links 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
« no previous file with comments | « no previous file | LayoutTests/gamepad/gamepad-api-expected.txt » ('j') | Source/modules/gamepad/Gamepad.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 | « no previous file | LayoutTests/gamepad/gamepad-api-expected.txt » ('j') | Source/modules/gamepad/Gamepad.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698