Add generated webtest .html files

Bug: chromium:1333969
Change-Id: I9b704eee654a96e96473a101157ce7fab4cc864e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93341
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
diff --git a/webgpu-cts/webtests/idl/exposed.https.html b/webgpu-cts/webtests/idl/exposed.https.html
new file mode 100644
index 0000000..8cfc877
--- /dev/null
+++ b/webgpu-cts/webtests/idl/exposed.https.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<html>
+  <base ref="/gen/third_party/dawn/webgpu-cts/src/webgpu" />
+  <head>
+    <title>WebGPU exposed items (HTTPS)</title>
+    <meta charset=utf-8>
+    <meta name=assert content="All specified WebGPU items/interfaces should be exposed, on a [SecureContext]">
+    <link rel=help href='https://gpuweb.github.io/gpuweb/'>
+    <script type=module src=exposed.html.js></script>
+  </head>
+  <body></body>
+</html>