blob: 07ef3fb94ed867963ef089f93cb527246b00e8c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[request-credentials.window.any.worker.html]
expected:
if (os == "mac") and not debug: [ERROR, TIMEOUT]
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[request-credentials.window.any.html]
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
if (os == "mac") and not debug: [ERROR, TIMEOUT]
ERROR
|