Bug 1734997 - Don't reduce timer precision for post-task-delay.any.js r=smaug

If the timer preceision is reduced, the elapsed time between to
timers maybe shorter than the acutal result. And this fact
made this test to fail, so here we disable this feature for this
test.

Differential Revision: https://phabricator.services.mozilla.com/D139902
This commit is contained in:
Sean Feng 2022-04-19 19:08:46 +00:00
Родитель 086669282a
Коммит dbd5a23b26
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -0,0 +1,6 @@
[post-task-delay.any.worker.html]
prefs: [privacy.reduceTimerPrecision:false]
[post-task-delay.any.sharedworker.html]
prefs: [privacy.reduceTimerPrecision:false]
[post-task-delay.any.serviceworker.html]
prefs: [privacy.reduceTimerPrecision:false]