blob: dfe38dcb49ee549d7cd3eac0aa9c99c2f9ec7cb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[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]
[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 == "android") and swgl: PASS
if (os == "mac") and debug: PASS
if os == "win": PASS
[PASS, FAIL]
|