mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
Now that the test harness serves resources from the new path at BUILD_DIR/gen/third_party/dawn, remove the other import of the framework/resources.js script from the old path. Bug: chromium:1338672 Change-Id: I854e8276f30924a50cc1631f1b28520f16bb5558 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94700 Commit-Queue: Brandon Jones <bajones@chromium.org> Auto-Submit: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Brandon Jones <bajones@chromium.org>
25 lines
932 B
HTML
25 lines
932 B
HTML
<!doctype html>
|
|
<!-- Copyright 2022 The Dawn Authors
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License. -->
|
|
|
|
<title>WebGPU CTS</title>
|
|
<meta charset=utf-8>
|
|
<link rel=help href='https://gpuweb.github.io/gpuweb/'>
|
|
|
|
<script type=module>
|
|
import { setBaseResourcePath } from '/third_party/webgpu-cts/src/common/framework/resources.js';
|
|
setBaseResourcePath('/third_party/webgpu-cts/resources');
|
|
</script>
|
|
<script type=module src=./test_runner.js></script>
|