From 14390303003c8c0fecb195a9f71877a1381f5224 Mon Sep 17 00:00:00 2001 From: Sam Sneddon Date: Tue, 5 Aug 2025 16:26:27 -0700 Subject: [PATCH] Speech API idlharness should be .https. Most of the interfaces are now `[SecureContext]`, so we can only meaningfully test them from the HTTPS server. --- speech-api/{idlharness.window.js => idlharness.https.window.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename speech-api/{idlharness.window.js => idlharness.https.window.js} (100%) diff --git a/speech-api/idlharness.window.js b/speech-api/idlharness.https.window.js similarity index 100% rename from speech-api/idlharness.window.js rename to speech-api/idlharness.https.window.js