Bug 1851256 - Part 3: Test fix. r=lina

Depends on D187324

Differential Revision: https://phabricator.services.mozilla.com/D187327
This commit is contained in:
Drew Willcoxon 2023-09-05 21:11:58 +00:00
parent 05f4096299
commit 9aadedb037

View File

@ -281,6 +281,10 @@ var allowlist = [
{ file: "chrome://browser/content/screenshots/copy.svg" },
{ file: "chrome://browser/content/screenshots/download.svg" },
{ file: "chrome://browser/content/screenshots/download-white.svg" },
// Bug 1851255: RustSuggest.sys.mjs is currently unused while pending
// integration into urlbar.
{ file: "resource://gre/modules/RustSuggest.sys.mjs" },
];
if (AppConstants.NIGHTLY_BUILD && AppConstants.platform != "win") {