Skip to content

Commit a05dc9c

Browse files
committed
Remove obsolete Firefox preferences for testing
The following preferences don't have to be set manually anymore: - `print.show_print_progress` - Why: removed - Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1770536 - Commit: mozilla-firefox/firefox@b522664 - `gfx.offscreencanvas.enabled` - Why: removed - Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1914083 - Commit: mozilla-firefox/firefox@7d2c688 - `layout.css.round.enabled` - Why: removed - Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1874633 - Commit: mozilla-firefox/firefox@9790965 - `dom.events.asyncClipboard.clipboardItem` - Why: enabled by default - Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1887845 - Commit: mozilla-firefox/firefox@de56ae8
1 parent 5adff6a commit a05dc9c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

test/test.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -942,18 +942,11 @@ async function startBrowser({
942942
"browser.download.dir": tempDir,
943943
// Print silently in a pdf
944944
"print.always_print_silent": true,
945-
"print.show_print_progress": false,
946945
print_printer: "PDF",
947946
"print.printer_PDF.print_to_file": true,
948947
"print.printer_PDF.print_to_filename": printFile,
949-
// Enable OffscreenCanvas
950-
"gfx.offscreencanvas.enabled": true,
951948
// Disable gpu acceleration
952949
"gfx.canvas.accelerated": false,
953-
// Enable the `round` CSS function.
954-
"layout.css.round.enabled": true,
955-
// This allow to copy some data in the clipboard.
956-
"dom.events.asyncClipboard.clipboardItem": true,
957950
// It's helpful to see where the caret is.
958951
"accessibility.browsewithcaret": true,
959952
// Disable the newtabpage stuff.

0 commit comments

Comments
 (0)