summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/webgpu/webgpu/idl/exposed.https.html
blob: 8d421b7020d64350ba9b81261cc5309f9b76283b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
  <head>
    <meta charset=utf-8>
    <title>WebGPU exposed items (HTTPS)</title>
    <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 src=/resources/testharness.js></script>
    <script src=/resources/testharnessreport.js></script>
    <script type=module src=exposed.html.js></script>
  </head>
  <body></body>
</html>