trisquel-icecat/icecat/dom/webgpu/tests/mochitest/mochitest-no-pref.toml
2025-10-06 02:35:48 -06:00

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"]