Bug 1799258 - Expect no record of accesses for gfx.color_management.display_profile...
commit4c46d5baa11c9cace291526541d5b354effcce3f
authorKelsey Gilbert <kelsey.gilbert@mozilla.com>
Mon, 13 Mar 2023 21:04:12 +0000 (13 21:04 +0000)
committerKelsey Gilbert <kelsey.gilbert@mozilla.com>
Mon, 13 Mar 2023 21:04:12 +0000 (13 21:04 +0000)
tree38d7068e4277ed7224c19543ac990ece796b5198
parent754f4a89afb8571d0b8cbad0967547be66841b3e
Bug 1799258 - Expect no record of accesses for gfx.color_management.display_profile for now. r=florian,jrmuizel

StaticPrefs don't increment ACCESS_COUNTS, so switching from GetPref to
StaticPrefs, while a perf and best-practice win, causes this test to
fail because the test sees no accesses recorded for this pref.
See bug 1818130 for details.

Differential Revision: https://phabricator.services.mozilla.com/D170554
browser/base/content/test/performance/browser_preferences_usage.js