chore: cleanup bandaid firefox pref (#22570)

This patch removes the bandaid preferences that got migrated
to the build.
This commit is contained in:
Andrey Lushnikov 2023-04-24 02:58:00 +00:00 committed by GitHub
parent 99d4887053
commit 62bd41912d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,9 +98,7 @@ export class Firefox extends BrowserType {
// Prefs for quick fixes that didn't make it to the build.
// Should all be moved to `playwright.cfg`.
const kBandaidFirefoxUserPrefs = {
'webgl.forbid-software': false
};
const kBandaidFirefoxUserPrefs = {};
const kDisableFissionFirefoxUserPrefs = {
'browser.tabs.remote.useCrossOriginEmbedderPolicy': false,