blob: baaf908105279429992ebcc5f6a5edb590f461a4 [file] [log] [blame]
Austin Eng1cdea902022-03-24 00:21:55 +00001<!doctype html>
Austin Engcc2516a2023-10-17 20:57:54 +00002<!-- Copyright 2022 The Dawn & Tint Authors
Austin Eng1cdea902022-03-24 00:21:55 +00003
Austin Engcc2516a2023-10-17 20:57:54 +00004Redistribution and use in source and binary forms, with or without
5modification, are permitted provided that the following conditions are met:
Austin Eng1cdea902022-03-24 00:21:55 +00006
Austin Engcc2516a2023-10-17 20:57:54 +000071. Redistributions of source code must retain the above copyright notice, this
8 list of conditions and the following disclaimer.
Austin Eng1cdea902022-03-24 00:21:55 +00009
Austin Engcc2516a2023-10-17 20:57:54 +0000102. Redistributions in binary form must reproduce the above copyright notice,
11 this list of conditions and the following disclaimer in the documentation
12 and/or other materials provided with the distribution.
13
143. Neither the name of the copyright holder nor the names of its
15 contributors may be used to endorse or promote products derived from
16 this software without specific prior written permission.
17
18THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -->
Austin Eng1cdea902022-03-24 00:21:55 +000028
29<title>WebGPU CTS</title>
30<meta charset=utf-8>
31<link rel=help href='https://gpuweb.github.io/gpuweb/'>
32
Austin Eng6241cf92022-06-23 21:45:18 +000033<script type=module>
34 import { setBaseResourcePath } from '/third_party/webgpu-cts/src/common/framework/resources.js';
35 setBaseResourcePath('/third_party/webgpu-cts/resources');
36</script>
Austin Eng1cdea902022-03-24 00:21:55 +000037<script type=module src=./test_runner.js></script>