Skip to content

Commit

Permalink
Merge pull request #15168 from calixteman/disable_canvas_acc
Browse files Browse the repository at this point in the history
Disable canvas acceleration for linux tests
  • Loading branch information
calixteman authored Jul 15, 2022
2 parents 41b2f52 + ad62ae5 commit 3256761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
}

Expand Down

0 comments on commit 3256761

Please sign in to comment.