Disable canvas acceleration for linux tests
This commit is contained in:
parent
41b2f52f70
commit
ad62ae561c
@ -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…
Reference in New Issue
Block a user