exposed.http.html (454B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>WebGPU exposed items (non-HTTPS)</title> 6 <meta name=assert content="WebGPU should not be exposed on a non-[SecureContext]"> 7 <link rel=help href='https://gpuweb.github.io/gpuweb/'> 8 <script src=/resources/testharness.js></script> 9 <script src=/resources/testharnessreport.js></script> 10 <script type=module src=exposed.html.js></script> 11 </head> 12 <body></body> 13 </html>