From 55aa8017053b4e28e3b9be09cff2c588b8bd1006 Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Sat, 7 Jan 2023 23:10:08 +0000 Subject: [PATCH] Roll third_party/webgpu-cts/ e8109c7ca..fdf9e7c12 (4 commits) Regenerated: - expectations.txt - ts_sources.txt - test_list.txt - cache_list.txt - resource_files.txt - webtest .html files https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/e8109c7cac5b..fdf9e7c12924 - 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 Reviewed-by: Dan Sinclair Commit-Queue: Dan Sinclair Kokoro: Ben Clayton Kokoro: Kokoro --- DEPS | 2 +- third_party/gn/webgpu-cts/test_list.txt | 2 ++ third_party/gn/webgpu-cts/ts_sources.txt | 1 + webgpu-cts/expectations.txt | 14 +------------- .../reftests/canvas_clear.https.html | 1 + .../canvas_complex_bgra8unorm_copy.https.html | 1 + .../canvas_complex_bgra8unorm_draw.https.html | 1 + .../canvas_complex_rgba16float_copy.https.html | 1 + .../canvas_complex_rgba16float_draw.https.html | 1 + ...canvas_complex_rgba16float_store.https.html | 1 + .../canvas_complex_rgba8unorm_copy.https.html | 1 + .../canvas_complex_rgba8unorm_draw.https.html | 1 + .../canvas_complex_rgba8unorm_store.https.html | 1 + ...ite_alpha_bgra8unorm_opaque_copy.https.html | 1 + ...ite_alpha_bgra8unorm_opaque_draw.https.html | 1 + ...ha_bgra8unorm_premultiplied_copy.https.html | 1 + ...ha_bgra8unorm_premultiplied_draw.https.html | 1 + ...te_alpha_rgba16float_opaque_copy.https.html | 1 + ...te_alpha_rgba16float_opaque_draw.https.html | 1 + ...a_rgba16float_premultiplied_copy.https.html | 1 + ...a_rgba16float_premultiplied_draw.https.html | 1 + ...ite_alpha_rgba8unorm_opaque_copy.https.html | 1 + ...ite_alpha_rgba8unorm_opaque_draw.https.html | 1 + ...ha_rgba8unorm_premultiplied_copy.https.html | 1 + ...ha_rgba8unorm_premultiplied_draw.https.html | 1 + .../reftests/canvas_image_rendering.https.html | 17 +++++++++++++++++ ..._different_with_back_buffer_size.https.html | 1 + .../reftests/ref/canvas_clear-ref.html | 1 + .../reftests/ref/canvas_complex-ref.html | 1 + .../ref/canvas_composite_alpha_opaque-ref.html | 1 + ...nvas_composite_alpha_premultiplied-ref.html | 1 + .../ref/canvas_image_rendering-ref.html | 18 ++++++++++++++++++ ...ze_different_with_back_buffer_size-ref.html | 1 + 33 files changed, 67 insertions(+), 14 deletions(-) create mode 100644 webgpu-cts/webtests/web_platform/reftests/canvas_image_rendering.https.html create mode 100644 webgpu-cts/webtests/web_platform/reftests/ref/canvas_image_rendering-ref.html diff --git a/DEPS b/DEPS index 6060faaa73..38bbc1c091 100644 --- a/DEPS +++ b/DEPS @@ -158,7 +158,7 @@ deps = { # WebGPU CTS - not used directly by Dawn, only transitively by Chromium. 'third_party/webgpu-cts': { - 'url': '{chromium_git}/external/github.com/gpuweb/cts@e8109c7cac5b96ca739f484ea11579ca902db13d', + 'url': '{chromium_git}/external/github.com/gpuweb/cts@fdf9e7c12924523eb2784405796646a759e340e7', 'condition': 'build_with_chromium', }, diff --git a/third_party/gn/webgpu-cts/test_list.txt b/third_party/gn/webgpu-cts/test_list.txt index 56f66b0abc..f2eb54698c 100644 --- a/third_party/gn/webgpu-cts/test_list.txt +++ b/third_party/gn/webgpu-cts/test_list.txt @@ -6149,6 +6149,8 @@ webgpu:api,operation,vertex_state,index_format:index_format,uint16: webgpu:api,operation,vertex_state,index_format:index_format,uint32: webgpu:api,operation,vertex_state,index_format:index_format,change_pipeline_after_setIndexBuffer:setPipelineBeforeSetIndexBuffer=false webgpu:api,operation,vertex_state,index_format:index_format,change_pipeline_after_setIndexBuffer:setPipelineBeforeSetIndexBuffer=true +webgpu:api,operation,vertex_state,index_format:index_format,setIndexBuffer_before_setPipeline:setIndexBufferBeforeSetPipeline=false +webgpu:api,operation,vertex_state,index_format:index_format,setIndexBuffer_before_setPipeline:setIndexBufferBeforeSetPipeline=true webgpu:api,operation,vertex_state,index_format:index_format,setIndexBuffer_different_formats: webgpu:api,operation,vertex_state,index_format:primitive_restart:indexFormat="uint16";primitiveTopology="point-list" webgpu:api,operation,vertex_state,index_format:primitive_restart:indexFormat="uint16";primitiveTopology="line-list" diff --git a/third_party/gn/webgpu-cts/ts_sources.txt b/third_party/gn/webgpu-cts/ts_sources.txt index d2bbef260f..1f6240c800 100644 --- a/third_party/gn/webgpu-cts/ts_sources.txt +++ b/third_party/gn/webgpu-cts/ts_sources.txt @@ -454,6 +454,7 @@ src/webgpu/web_platform/reftests/gpu_ref_test.ts src/webgpu/web_platform/reftests/canvas_clear.html.ts src/webgpu/web_platform/reftests/canvas_complex.html.ts src/webgpu/web_platform/reftests/canvas_composite_alpha.html.ts +src/webgpu/web_platform/reftests/canvas_image_rendering.html.ts src/webgpu/web_platform/reftests/canvas_size_different_with_back_buffer_size.html.ts src/webgpu/web_platform/worker/worker.spec.ts src/webgpu/web_platform/worker/worker.ts diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt index e52cdf6e1a..373c4504c0 100644 --- a/webgpu-cts/expectations.txt +++ b/webgpu-cts/expectations.txt @@ -60,7 +60,7 @@ # results: [ Failure RetryOnFailure Skip Slow ] # END TAG HEADER -# Last rolled: 2023-01-06 11:15:37AM +# Last rolled: 2023-01-07 08:07:32PM ################################################################################ # copyToTexture failures on Linux @@ -318,24 +318,12 @@ crbug.com/dawn/1389 [ intel monterey ] webgpu:api,operation,resource_init,textur crbug.com/dawn/1389 [ intel monterey ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="DepthTest";format="depth16unorm" [ Failure ] crbug.com/dawn/1389 [ intel monterey ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="StencilTest";format="stencil8" [ Failure ] - -################################################################################ -# Const-eval functions that fail on inf/nan inputs -# KEEP -################################################################################ -crbug.com/tint/1581 webgpu:shader,execution,expression,binary,f32_arithmetic:division:inputSource="const";* [ Failure ] - ################################################################################ # copyToTexture,canvas:color_space_conversion:* fail with swiftshader # The other tests about canvas and image bitmap fail with swiftshader on Linux # KEEP ################################################################################ crbug.com/dawn/1599 [ webgpu-adapter-swiftshader ] webgpu:web_platform,copyToTexture,canvas:color_space_conversion:* [ Failure ] -################################################################################ - -################################################################################ - -################################################################################ ################################################################################ # webgpu:api,operation,render_pass,storeOp:render_pass_store_op,color_attachment_only:* fail on win10 Intel diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_clear.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_clear.https.html index c346947d86..b54517560f 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_clear.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_clear.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_clear diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_bgra8unorm_copy.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_bgra8unorm_copy.https.html index ed3790663b..6ae3a4a510 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_bgra8unorm_copy.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_bgra8unorm_copy.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_complex_bgra8unorm_copy diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_bgra8unorm_draw.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_bgra8unorm_draw.https.html index 04184cb462..d61f43c1cf 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_bgra8unorm_draw.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_bgra8unorm_draw.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_complex_bgra8unorm_draw diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba16float_copy.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba16float_copy.https.html index 7efd826c6f..63f045ffa6 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba16float_copy.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba16float_copy.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_complex_rgba16float_copy diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba16float_draw.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba16float_draw.https.html index dbfee75224..d9b15faa6a 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba16float_draw.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba16float_draw.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_complex_rgba16float_draw diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba16float_store.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba16float_store.https.html index c514e41897..4ef1609836 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba16float_store.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba16float_store.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_complex_rgba16float_store diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba8unorm_copy.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba8unorm_copy.https.html index e202420809..026ce5d52e 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba8unorm_copy.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba8unorm_copy.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_complex_rgba8unorm_copy diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba8unorm_draw.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba8unorm_draw.https.html index 62e7eb3cb5..0fbb5bcf13 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba8unorm_draw.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba8unorm_draw.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_complex_rgba8unorm_draw diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba8unorm_store.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba8unorm_store.https.html index e8c6d24fe5..fe68e471ac 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba8unorm_store.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_complex_rgba8unorm_store.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_complex_rgba8unorm_store diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_opaque_copy.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_opaque_copy.https.html index d500ba8829..9fe4ecc46c 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_opaque_copy.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_opaque_copy.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_bgra8unorm_opaque diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_opaque_draw.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_opaque_draw.https.html index bc0bdbb59d..d2a8d6d2ff 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_opaque_draw.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_opaque_draw.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_bgra8unorm_opaque diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_copy.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_copy.https.html index a112bf4230..27000fc588 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_copy.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_copy.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_bgra8unorm_premultiplied diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_draw.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_draw.https.html index 995bf0b408..b33b18a0f5 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_draw.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_bgra8unorm_premultiplied_draw.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_bgra8unorm_premultiplied diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_opaque_copy.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_opaque_copy.https.html index b19fa2fed3..1b5aaea4d8 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_opaque_copy.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_opaque_copy.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_rgba16float_opaque diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_opaque_draw.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_opaque_draw.https.html index 35433dabe8..08f58784cb 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_opaque_draw.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_opaque_draw.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_rgba16float_opaque diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_premultiplied_copy.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_premultiplied_copy.https.html index 57cf44253d..ac3cea05f0 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_premultiplied_copy.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_premultiplied_copy.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_rgba16float_premultiplied diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_premultiplied_draw.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_premultiplied_draw.https.html index 85fbdf712e..961dfbbd22 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_premultiplied_draw.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba16float_premultiplied_draw.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_rgba16float_premultiplied diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_copy.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_copy.https.html index a8c597bd8f..ed5e93d5af 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_copy.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_copy.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_rgba8unorm_opaque diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_draw.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_draw.https.html index 73cb9635e5..a2b1593d36 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_draw.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_opaque_draw.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_rgba8unorm_opaque diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_copy.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_copy.https.html index b4df76bb77..15370f2861 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_copy.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_copy.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_rgba8unorm_premultiplied diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_draw.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_draw.https.html index fa6467bbb9..b796db442d 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_draw.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_composite_alpha_rgba8unorm_premultiplied_draw.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_rgba8unorm_premultiplied diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_image_rendering.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_image_rendering.https.html new file mode 100644 index 0000000000..ec23014fad --- /dev/null +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_image_rendering.https.html @@ -0,0 +1,17 @@ + + + + WebGPU canvas_image_rendering + + + + + + + + + + + + + diff --git a/webgpu-cts/webtests/web_platform/reftests/canvas_size_different_with_back_buffer_size.https.html b/webgpu-cts/webtests/web_platform/reftests/canvas_size_different_with_back_buffer_size.https.html index 80d3fe9cd1..38c2dee048 100644 --- a/webgpu-cts/webtests/web_platform/reftests/canvas_size_different_with_back_buffer_size.https.html +++ b/webgpu-cts/webtests/web_platform/reftests/canvas_size_different_with_back_buffer_size.https.html @@ -1,3 +1,4 @@ + WebGPU canvas_back_buffer_different_size diff --git a/webgpu-cts/webtests/web_platform/reftests/ref/canvas_clear-ref.html b/webgpu-cts/webtests/web_platform/reftests/ref/canvas_clear-ref.html index 9d43d2396e..68b49ac92c 100644 --- a/webgpu-cts/webtests/web_platform/reftests/ref/canvas_clear-ref.html +++ b/webgpu-cts/webtests/web_platform/reftests/ref/canvas_clear-ref.html @@ -1,3 +1,4 @@ + WebGPU canvas_clear (ref) diff --git a/webgpu-cts/webtests/web_platform/reftests/ref/canvas_complex-ref.html b/webgpu-cts/webtests/web_platform/reftests/ref/canvas_complex-ref.html index 76161086d4..059e5a7b9f 100644 --- a/webgpu-cts/webtests/web_platform/reftests/ref/canvas_complex-ref.html +++ b/webgpu-cts/webtests/web_platform/reftests/ref/canvas_complex-ref.html @@ -1,3 +1,4 @@ + WebGPU canvas_complex (ref) diff --git a/webgpu-cts/webtests/web_platform/reftests/ref/canvas_composite_alpha_opaque-ref.html b/webgpu-cts/webtests/web_platform/reftests/ref/canvas_composite_alpha_opaque-ref.html index 76aa7f8f0e..f837386dd3 100644 --- a/webgpu-cts/webtests/web_platform/reftests/ref/canvas_composite_alpha_opaque-ref.html +++ b/webgpu-cts/webtests/web_platform/reftests/ref/canvas_composite_alpha_opaque-ref.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_premultiplied (ref) diff --git a/webgpu-cts/webtests/web_platform/reftests/ref/canvas_composite_alpha_premultiplied-ref.html b/webgpu-cts/webtests/web_platform/reftests/ref/canvas_composite_alpha_premultiplied-ref.html index 83f5a15a39..f13e4e1add 100644 --- a/webgpu-cts/webtests/web_platform/reftests/ref/canvas_composite_alpha_premultiplied-ref.html +++ b/webgpu-cts/webtests/web_platform/reftests/ref/canvas_composite_alpha_premultiplied-ref.html @@ -1,3 +1,4 @@ + WebGPU canvas_composite_alpha_premultiplied (ref) diff --git a/webgpu-cts/webtests/web_platform/reftests/ref/canvas_image_rendering-ref.html b/webgpu-cts/webtests/web_platform/reftests/ref/canvas_image_rendering-ref.html new file mode 100644 index 0000000000..c3a127763e --- /dev/null +++ b/webgpu-cts/webtests/web_platform/reftests/ref/canvas_image_rendering-ref.html @@ -0,0 +1,18 @@ + + + + WebGPU canvas_image_rendering (ref) + + + + + + + + + + + diff --git a/webgpu-cts/webtests/web_platform/reftests/ref/canvas_size_different_with_back_buffer_size-ref.html b/webgpu-cts/webtests/web_platform/reftests/ref/canvas_size_different_with_back_buffer_size-ref.html index 0c4130b197..b1f427f024 100644 --- a/webgpu-cts/webtests/web_platform/reftests/ref/canvas_size_different_with_back_buffer_size-ref.html +++ b/webgpu-cts/webtests/web_platform/reftests/ref/canvas_size_different_with_back_buffer_size-ref.html @@ -1,3 +1,4 @@ + WebGPU canvas_back_buffer_different_size (ref)