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