13 lines
473 B
TOML
13 lines
473 B
TOML
[DEFAULT]
|
|
subsuite = "webgpu"
|
|
# This file's tests should run when 'modules/libpref/init/StaticPrefList.yaml'
|
|
# defaults the 'dom.webgpu.enabled' pref to true.
|
|
run-if = ["!early_beta_or_earlier"]
|
|
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_gpu_disabled.html"]
|