Source code
Revision control
Copy as Markdown
Other Tools
<!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]">
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script type=module src=exposed.html.js></script>
</head>
<body></body>
</html>