blob: 472c12dfb741a281f63d208e79ab0be000f5bad4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[authentication-basic.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[authentication-basic.any.serviceworker.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[authentication-basic.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[authentication-basic.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|