summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/gamepad
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /testing/web-platform/tests/gamepad
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/gamepad')
-rw-r--r--testing/web-platform/tests/gamepad/gamepad-secure-context.html25
-rw-r--r--testing/web-platform/tests/gamepad/idlharness.window.js (renamed from testing/web-platform/tests/gamepad/idlharness.https.window.js)0
-rw-r--r--testing/web-platform/tests/gamepad/not-fully-active.html (renamed from testing/web-platform/tests/gamepad/not-fully-active.https.html)0
3 files changed, 0 insertions, 25 deletions
diff --git a/testing/web-platform/tests/gamepad/gamepad-secure-context.html b/testing/web-platform/tests/gamepad/gamepad-secure-context.html
deleted file mode 100644
index 28641220fd..0000000000
--- a/testing/web-platform/tests/gamepad/gamepad-secure-context.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<meta charset="utf-8" />
-<title>Gamepad Test: non-secure contexts</title>
-<script src="/resources/testharness.js"></script>
-<script src="/resources/testharnessreport.js"></script>
-<script>
- test(() => {
- // To avoid breaking legacy apps getGamepads() should always be exposed on
- // the navigator object, even in non-secure contexts.
- assert_true("getGamepads" in Navigator.prototype, "in prototype");
- assert_true("getGamepads" in navigator, "on instance");
-
- // Calling navigator.getGamepads() should return an empty array even if
- // there are connected gamepads.
- assert_array_equals(navigator.getGamepads(), [],
- "getGamepads returns an empty array");
-
- // Gamepad API types should not be exposed in non-secure contexts.
- assert_equals(typeof(Gamepad), "undefined", "Gamepad type is undefined");
- assert_equals(typeof(GamepadButton), "undefined",
- "GamepadButton type is undefined");
- assert_equals(typeof(GamepadEvent), "undefined",
- "GamepadEvent type is undefined");
- }, "Gamepad API is not exposed in non-secure contexts");
-</script>
diff --git a/testing/web-platform/tests/gamepad/idlharness.https.window.js b/testing/web-platform/tests/gamepad/idlharness.window.js
index b15bf1f0ae..b15bf1f0ae 100644
--- a/testing/web-platform/tests/gamepad/idlharness.https.window.js
+++ b/testing/web-platform/tests/gamepad/idlharness.window.js
diff --git a/testing/web-platform/tests/gamepad/not-fully-active.https.html b/testing/web-platform/tests/gamepad/not-fully-active.html
index 500afef3d2..500afef3d2 100644
--- a/testing/web-platform/tests/gamepad/not-fully-active.https.html
+++ b/testing/web-platform/tests/gamepad/not-fully-active.html