8 lines
312 B
INI
8 lines
312 B
INI
[callback-invoked.html]
|
|
expected:
|
|
if (os == "android") and not fission: [OK, TIMEOUT]
|
|
if (os == "android") and fission: [OK, TIMEOUT]
|
|
[requestIdleCallback callback is invoked at least once before the timeout]
|
|
expected:
|
|
if os == "mac": [PASS, FAIL]
|
|
if os == "android": [PASS, TIMEOUT]
|