Bug 1768742 - browser_preferences_usage.js - reduce min values for gfx.*.azure.backends to account for pre-allocated content processes. r=florian

Differential Revision: https://phabricator.services.mozilla.com/D146120
This commit is contained in:
Henrik Skupin 2022-05-12 08:04:36 +00:00
Родитель e3fa19a519
Коммит d806a68833
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -251,11 +251,11 @@ add_task(async function navigate_around() {
// The following 2 graphics prefs are covered by
// https://bugzilla.mozilla.org/show_bug.cgi?id=1639497
knownProblematicPrefs["gfx.canvas.azure.backends"] = {
min: 100,
min: 90,
max: 110,
};
knownProblematicPrefs["gfx.content.azure.backends"] = {
min: 100,
min: 90,
max: 110,
};
// The following 2 sandbox prefs are covered by