From 1871d068a7359fff334f75507b88a956cf80e516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Wed, 21 Feb 2024 13:33:44 -0800 Subject: [PATCH] Test interfaces are in insecure context (#44691) --- gamepad/gamepad-secure-context.html | 17 ----------------- ...ess.https.window.js => idlharness.window.js} | 0 ...-active.https.html => not-fully-active.html} | 0 3 files changed, 17 deletions(-) delete mode 100644 gamepad/gamepad-secure-context.html rename gamepad/{idlharness.https.window.js => idlharness.window.js} (100%) rename gamepad/{not-fully-active.https.html => not-fully-active.html} (100%) diff --git a/gamepad/gamepad-secure-context.html b/gamepad/gamepad-secure-context.html deleted file mode 100644 index 7f1240fdaf14f7..00000000000000 --- a/gamepad/gamepad-secure-context.html +++ /dev/null @@ -1,17 +0,0 @@ - - -Gamepad Test: non-secure contexts - - - diff --git a/gamepad/idlharness.https.window.js b/gamepad/idlharness.window.js similarity index 100% rename from gamepad/idlharness.https.window.js rename to gamepad/idlharness.window.js diff --git a/gamepad/not-fully-active.https.html b/gamepad/not-fully-active.html similarity index 100% rename from gamepad/not-fully-active.https.html rename to gamepad/not-fully-active.html