blob: 337194adbc6e5063705a81754acc94ab1ca9d70d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[mode-exclusive.tentative.https.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[mode-exclusive.tentative.https.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[mode-exclusive.tentative.https.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[mode-exclusive.tentative.https.any.worker.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
|