blob: 827b73dfb91c0b88fcc002ef4f6d955bc826086b (
plain)
1
2
3
4
5
6
7
8
|
[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]
|