mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: attempt to fix firefox-beta WebGL tests on MacOS 12.6 (#22548)
Looks like https://phabricator.services.mozilla.com/D164016 disabled software rendering. If Firefox-beta passes on MacOS, then this bandaid setting will be migrated to the firefox-beta default settings.
This commit is contained in:
parent
b45e3556e5
commit
a919f5f66f
@ -98,7 +98,9 @@ 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 = {};
|
||||
const kBandaidFirefoxUserPrefs = {
|
||||
'webgl.forbid-software': false
|
||||
};
|
||||
|
||||
const kDisableFissionFirefoxUserPrefs = {
|
||||
'browser.tabs.remote.useCrossOriginEmbedderPolicy': false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user