mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-06 10:11:03 +02:00
Merge pull request #21364 from timvandermeij/webgpu-logs
Disable WebGPU for Firefox tests
This commit is contained in:
commit
af2380060a
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user