summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/src/webgpu/idl/README.txt
blob: aa7a983b04bc7f601567c0b8556087d6bed7391d (plain)
1
2
3
4
5
6
7
Tests to check that the WebGPU IDL is correctly implemented, for examples that objects exposed
exactly the correct members, and that methods throw when passed incomplete dictionaries.

See https://github.com/gpuweb/cts/issues/332

TODO: exposed.html.ts: Test all WebGPU interfaces instead of just some of them.
TODO: Check prototype chains. (Add a helper in IDLTest for this.)