Source code

Revision control

Copy as Markdown

Other Tools

[DEFAULT]
subsuite = "webgpu"
run-if = ["!release_or_beta"]
prefs = [
"dom.webgpu.enabled=true",
"dom.webgpu.service-workers.enabled=true",
"gfx.webgpu.ignore-blocklist=true", # https://bugzilla.mozilla.org/show_bug.cgi?id=1985348
"privacy.fingerprintingProtection=true",
"privacy.fingerprintingProtection.overrides='-AllTargets,+WebGPULimits'",
]
# WebGPU is only available in secure contexts.
#
# See spec WebIDL, like this: https://www.w3.org/TR/webgpu/#navigatorgpu
scheme = "https"
["test_rfp_clamp_limits_on.html"]