mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-15 20:01:22 +00:00
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
e8109c7cac..fdf9e7c129
- fdf9e7 shader/expression: Reduce 'const' shader size (#2129)
- 1c9bc7 Add HTML5 DOCTYPE to all reftests (#2127)
- 3c6768 op: Add 'index_format,setIndexBuffer_before_setPipeline' test in index_format.spec.ts (#2125)
- 9e0480 Add a canvas image-rendering wpt ref test (#2119)
Created with './tools/run cts roll'
Change-Id: Iafca73eb1f88b1efd403706db503f0ca191e2069
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116621
Auto-Submit: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
18 lines
1.2 KiB
HTML
18 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<base ref="/gen/third_party/dawn/webgpu-cts/src/webgpu" />
|
|
<title>WebGPU canvas_image_rendering</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="help" href="https://gpuweb.github.io/gpuweb/" />
|
|
<meta name="assert" content="WebGPU canvas with image-rendering set should be rendered correctly" />
|
|
<link rel="match" href="./ref/canvas_image_rendering-ref.html" />
|
|
<canvas id="elem1" width="64" height="64" style="width: 99px; height: 99px;"></canvas>
|
|
<canvas id="elem2" width="64" height="64" style="width: 99px; height: 99px; image-rendering: pixelated;"></canvas>
|
|
<canvas id="elem3" width="64" height="64" style="width: 99px; height: 99px; image-rendering: crisp-edges"></canvas>
|
|
<canvas id="elem4" width="64" height="64" style="width: 99px; height: 99px;"></canvas>
|
|
<canvas id="elem5" width="64" height="64" style="width: 99px; height: 99px; image-rendering: pixelated;"></canvas>
|
|
<canvas id="elem6" width="64" height="64" style="width: 99px; height: 99px; image-rendering: crisp-edges"></canvas>
|
|
<script src="/common/reftest-wait.js"></script>
|
|
<script type="module" src="canvas_image_rendering.html.js"></script>
|
|
</html>
|