11 lines
333 B
TOML
11 lines
333 B
TOML
[DEFAULT]
|
|
subsuite = "webgpu"
|
|
run-if = ["release_or_beta"]
|
|
skip-if = ["verify"] # `test-verify` jobs don't guarantee a GPU, so skip them.
|
|
|
|
# Even if the pref were enabled, WebGPU is only available in secure contexts.
|
|
#
|
|
# See spec WebIDL, like this: https://www.w3.org/TR/webgpu/#navigatorgpu
|
|
scheme = "https"
|
|
|
|
["test_disabled.html"]
|