Merge pull request #15168 from calixteman/disable_canvas_acc

Disable canvas acceleration for linux tests
This commit is contained in:
calixteman 2022-07-15 14:43:30 +02:00 committed by GitHub
commit 3256761ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
};
}