Roll third_party/webgpu-cts/ d473d0947..8690defa7 (7 commits)

Regenerated:
 - expectations.txt
 - compat-expectations.txt
 - ts_sources.txt
 - test_list.txt
 - resource_files.txt
 - webtest .html files


https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/d473d09475bf..8690defa74b6
 - 8690de Stop trying to filter sint/uint formats. (#4022)
 - bfbfd9 Refactor to not render to rgba32float (#4020)
 - 30ee07 Make textureLoad/Gather/Compare not load weights (#4018)
 - 32f8ad Enable depth24plus, depth24plus-stencil8, depth32float-stencil8 in texture builins (#4012)
 - 304668 [Compat] skip in_render_misc related tests (#4015)
 - 694e61 Fix textureSample:sampled_2d_coords offset (#4014)
 - 45757b Fix subgroupAdd and subgroupMul execution tests (#4013)

Created with './tools/run cts roll'

Change-Id: I04107ca1135865e2b80f161fe49d1ba6ce7b76ea
Cq-Include-Trybots: luci.chromium.try:android-dawn-arm-rel,android-dawn-arm64-rel,dawn-try-linux-x64-intel-uhd770-rel,dawn-try-mac-amd-exp,dawn-try-mac-arm64-m2-exp,dawn-try-mac-intel-exp,dawn-try-win-x64-intel-uhd770-rel,dawn-try-win10-x86-rel,linux-dawn-nvidia-1660-exp-rel,linux-dawn-rel,mac-arm64-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213336
Reviewed-by: Gregg Tavares <gman@chromium.org>
Commit-Queue: Loko Kung <lokokung@google.com>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
diff --git a/DEPS b/DEPS
index cc94e37..f0a1b5e 100644
--- a/DEPS
+++ b/DEPS
@@ -367,7 +367,7 @@
 
   # WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
   'third_party/webgpu-cts': {
-    'url': '{chromium_git}/external/github.com/gpuweb/cts@d473d09475bffec9569fe5c45834bb6aaad44818',
+    'url': '{chromium_git}/external/github.com/gpuweb/cts@8690defa74b6975c10e85c113f121d4b2a3f2564',
     'condition': 'build_with_chromium',
   },