summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/idl/exposed.https.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webgpu/tests/cts/checkout/src/webgpu/idl/exposed.https.html')
-rw-r--r--dom/webgpu/tests/cts/checkout/src/webgpu/idl/exposed.https.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/webgpu/tests/cts/checkout/src/webgpu/idl/exposed.https.html b/dom/webgpu/tests/cts/checkout/src/webgpu/idl/exposed.https.html
new file mode 100644
index 0000000000..6b369f07ca
--- /dev/null
+++ b/dom/webgpu/tests/cts/checkout/src/webgpu/idl/exposed.https.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html>
+ <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>