1
0
Fork 0
firefox/testing/web-platform/meta/fetch/api/request/request-cache-reload.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
607 B
INI

[request-cache-reload.any.worker.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[request-cache-reload.any.html]
expected:
if os == "android": [OK, CRASH]
[request-cache-reload.any.sharedworker.html]
[RequestCache "reload" mode does store the response in the cache even if a previous response is already stored with Last-Modified and fresh response]
expected:
if (os == "android") and debug: [PASS, FAIL]
[request-cache-reload.any.serviceworker.html]
expected:
if (os == "mac") and not debug: [OK, ERROR]
if (os == "android") and not debug: [OK, ERROR]