blob: c324c11f1fb769bd149af815981ffc714eeff093 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[request-cache-force-cache.any.serviceworker.html]
[request-cache-force-cache.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[request-cache-force-cache.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[request-cache-force-cache.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[RequestCache "force-cache" mode checks the cache for previously cached content and avoid revalidation for stale responses with Etag and stale response]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, FAIL]
|