blob: f47b1c276b708eb1a086b765652332ce5bea28b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
[post-task-delay.any.worker.html]
prefs: [privacy.reduceTimerPrecision:false]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[post-task-delay.any.sharedworker.html]
prefs: [privacy.reduceTimerPrecision:false]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[post-task-delay.any.serviceworker.html]
prefs: [privacy.reduceTimerPrecision:false]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[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]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Tests basic scheduler.postTask with a delay]
expected:
if (os == "mac") and debug: PASS
if (os == "android") and swgl: PASS
if os == "win": PASS
[PASS, FAIL]
|