← back to v136 · webgpu-copybuffertobuffer-overload

conformance · v136

v136 · webgpu-copybuffertobuffer-overload — conformance probe

5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://gpuweb.github.io/gpuweb/#dom-gpucommandencoder-copybuffertobuffer chromestatus: #5172397000622080 generated 2026-06-01T08:03:56Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
5
total
id contract kind verdict detail
navigator-gpu-exists navigator.gpu is exposed. spec ↗ exists
gpu-command-encoder-exists GPUCommandEncoder is exposed — host of copyBufferToBuffer. spec ↗ script
copy-buffer-to-buffer-overload The simplified copyBufferToBuffer(source, destination) overload works on a real device — copies the full source into the destination. spec ↗ script
copy-buffer-to-buffer-existing-form The existing 5-argument copyBufferToBuffer form still works (regression check). spec ↗ script
gpu-request-adapter-is-function navigator.gpu.requestAdapter is a function — required precursor to obtaining a command encoder. script