Add .https flag to WebTransport WPT files

Based on https://chromium-review.googlesource.com/c/chromium/src/+/3189460,
since WebTransport should only be exposed in secure contexts the
.https flag is needed so that the tests are only loaded over HTTPS.

Bug: 1253275
Change-Id: I2aa49d3fac4f08b69aec86cadc350405ad8cf6ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3198099
Reviewed-by: Adam Rice <ricea@chromium.org>
Commit-Queue: Nidhi Jaju <nidhijaju@chromium.org>
Cr-Commit-Position: refs/heads/main@{#927569}
diff --git a/webtransport/connect.any.js b/webtransport/connect.https.any.js
similarity index 100%
rename from webtransport/connect.any.js
rename to webtransport/connect.https.any.js
diff --git a/webtransport/constructor.any.js b/webtransport/constructor.https.any.js
similarity index 100%
rename from webtransport/constructor.any.js
rename to webtransport/constructor.https.any.js
diff --git a/webtransport/csp-fail.window.js b/webtransport/csp-fail.https.window.js
similarity index 100%
rename from webtransport/csp-fail.window.js
rename to webtransport/csp-fail.https.window.js
diff --git a/webtransport/csp-pass.window.js b/webtransport/csp-pass.https.window.js
similarity index 100%
rename from webtransport/csp-pass.window.js
rename to webtransport/csp-pass.https.window.js
diff --git a/webtransport/idlharness.any.js b/webtransport/idlharness.https.any.js
similarity index 100%
rename from webtransport/idlharness.any.js
rename to webtransport/idlharness.https.any.js
diff --git a/webtransport/streams-echo.any.js b/webtransport/streams-echo.https.any.js
similarity index 100%
rename from webtransport/streams-echo.any.js
rename to webtransport/streams-echo.https.any.js