trisquel-icecat/icecat/testing/web-platform/meta/fetch/stale-while-revalidate/fetch.any.js.ini
2025-10-06 02:35:48 -06:00

20 lines
598 B
INI

[fetch.any.html]
expected:
if (os == "linux") and debug and fission: CRASH
[fetch.any.worker.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[fetch.any.serviceworker.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, ERROR]
if (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]
[Second fetch returns same response]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[fetch.any.sharedworker.html]