← back to v139 · webgpu-core-features-and-limits

conformance · v139

v139 · webgpu-core-features-and-limits — conformance probe

6 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/#core-features-and-limits chromestatus: #4744775089258496 generated 2026-06-02T08:08:51Z by conformance-author-codex
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
navigator-gpu-exists navigator.gpu is exposed. spec ↗ exists
gpu-request-adapter navigator.gpu.requestAdapter is a function. spec ↗ typeof
adapter-features-exposes-core The adapter advertises the core-features-and-limits feature. spec ↗ script
device-features-exposes-core A requested device exposes a GPUSupportedFeatures set including core-features-and-limits. spec ↗ script
device-limits-include-max-texture-2d Device limits include maxTextureDimension2D, one of the canonical core limits. spec ↗ script
adapter-limits-include-bind-groups Adapter limits expose maxBindGroups, another core limit available before device creation. spec ↗ script