Source code

Revision control

Copy as Markdown

Other Tools

[post-task-delay.any.worker.html]
prefs: [privacy.reduceTimerPrecision:false]
[Tests basic scheduler.postTask with a delay]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[post-task-delay.any.sharedworker.html]
prefs: [privacy.reduceTimerPrecision:false]
[Tests basic scheduler.postTask with a delay]
expected:
if (processor == "x86_64") and (os == "mac") and not debug: [PASS, FAIL]
if processor == "x86": [PASS, FAIL]
[post-task-delay.any.serviceworker.html]
prefs: [privacy.reduceTimerPrecision:false]
[Tests basic scheduler.postTask with a delay]
expected:
if (os == "linux") and not fission: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[post-task-delay.any.html]
[Tests basic scheduler.postTask with a delay]
expected:
if (os == "win") and not debug and (processor == "x86_64"): PASS
if (os == "win") and debug: PASS
[PASS, FAIL]