mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Disable canvas acceleration for linux tests
This commit is contained in:
parent
41b2f52f70
commit
ad62ae561c
1 changed files with 2 additions and 0 deletions
|
@ -962,6 +962,8 @@ async function startBrowser(browserName, startUrl = "") {
|
|||
"print.printer_PDF.print_to_filename": printFile,
|
||||
// Enable OffscreenCanvas
|
||||
"gfx.offscreencanvas.enabled": true,
|
||||
// Disable gpu acceleration
|
||||
"gfx.canvas.accelerated": false,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue