From a05dc9c1c5e5038f42694fb273281a01fb4ba396 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 17 Aug 2025 14:18:14 +0200 Subject: [PATCH] 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: https://github.com/mozilla-firefox/firefox/commit/b5226643104eb610ad2b0477a1a5fc6df0aeb65b - `gfx.offscreencanvas.enabled` - Why: removed - Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1914083 - Commit: https://github.com/mozilla-firefox/firefox/commit/7d2c6889202d9fbf6133a30b27bcd07bc06cb107 - `layout.css.round.enabled` - Why: removed - Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1874633 - Commit: https://github.com/mozilla-firefox/firefox/commit/97909653e70cdf75b4e3669e178ec7fca6e98110 - `dom.events.asyncClipboard.clipboardItem` - Why: enabled by default - Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1887845 - Commit: https://github.com/mozilla-firefox/firefox/commit/de56ae88bf17f74207c40a627be93ccf1bcd2df6 --- test/test.mjs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/test.mjs b/test/test.mjs index 5e4efc57c..bee72b8f5 100644 --- a/test/test.mjs +++ b/test/test.mjs @@ -942,18 +942,11 @@ async function startBrowser({ "browser.download.dir": tempDir, // Print silently in a pdf "print.always_print_silent": true, - "print.show_print_progress": false, print_printer: "PDF", "print.printer_PDF.print_to_file": true, "print.printer_PDF.print_to_filename": printFile, - // Enable OffscreenCanvas - "gfx.offscreencanvas.enabled": true, // Disable gpu acceleration "gfx.canvas.accelerated": false, - // Enable the `round` CSS function. - "layout.css.round.enabled": true, - // This allow to copy some data in the clipboard. - "dom.events.asyncClipboard.clipboardItem": true, // It's helpful to see where the caret is. "accessibility.browsewithcaret": true, // Disable the newtabpage stuff.