13 lines
405 B
HTML
13 lines
405 B
HTML
<!doctype html>
|
|
<html>
|
|
<base ref="/gen/third_party/dawn/webgpu-cts/src/webgpu" />
|
|
<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 type=module src=exposed.html.js></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|