Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            - /webgpu/cts/idl/exposed.https.html - WPT Dashboard Interop Dashboard
 
<!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]">
    <script src=/resources/testharness.js></script>
    <script src=/resources/testharnessreport.js></script>
    <script type=module src=exposed.html.js></script>
  </head>
  <body></body>
</html>