Merge pull request #15168 from calixteman/disable_canvas_acc
Disable canvas acceleration for linux tests
This commit is contained in:
commit
3256761ead
@ -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…
x
Reference in New Issue
Block a user