summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/idl/exposed.https.html
blob: 6b369f07ca0cc09adf72bfbf4c942f2b9519b9b7 (plain)
1
2
3
4
5
6
7
8
9
10
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>