Merge pull request #21364 from timvandermeij/webgpu-logs

Disable WebGPU for Firefox tests
This commit is contained in:
Tim van der Meij 2026-05-31 11:19:22 +02:00 committed by GitHub
commit af2380060a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1061,6 +1061,9 @@ async function startBrowser({
// Disable hardware acceleration (fixes rendering issues, see #15168 and
// #21272, and environments like GitHub Actions don't expose GPUs anyway).
"gfx.canvas.accelerated": false,
// Disable WebGPU (prevents log spam on Windows, and environments like
// GitHub Actions don't expose GPUs anyway).
"dom.webgpu.enabled": false,
// It's helpful to see where the caret is.
"accessibility.browsewithcaret": true,
// Disable the newtabpage stuff.