summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/webgpu/cts/idl/exposed.http.html
blob: 94a814d005a8aa7042647a4100d3bf1e3755d9a5 (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 (non-HTTPS)</title>
    <meta name=assert content="WebGPU should not be exposed on a non-[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>