diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/http-cache/invalidate.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/http-cache/invalidate.any.js.ini | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/http-cache/invalidate.any.js.ini b/testing/web-platform/meta/fetch/http-cache/invalidate.any.js.ini new file mode 100644 index 0000000000..35e5fdd2ae --- /dev/null +++ b/testing/web-platform/meta/fetch/http-cache/invalidate.any.js.ini @@ -0,0 +1,50 @@ +[invalidate.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache does not invalidate after a failed response from an unsafe request] + expected: FAIL + + [HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request] + expected: FAIL + + [HTTP cache does not invalidate Location URL after a failed response from an unsafe request] + expected: FAIL + + +[invalidate.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache does not invalidate after a failed response from an unsafe request] + expected: FAIL + + [HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request] + expected: FAIL + + [HTTP cache does not invalidate Location URL after a failed response from an unsafe request] + expected: FAIL + + +[invalidate.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache does not invalidate after a failed response from an unsafe request] + expected: FAIL + + [HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request] + expected: FAIL + + [HTTP cache does not invalidate Location URL after a failed response from an unsafe request] + expected: FAIL + + +[invalidate.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache does not invalidate after a failed response from an unsafe request] + expected: FAIL + + [HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request] + expected: FAIL + + [HTTP cache does not invalidate Location URL after a failed response from an unsafe request] + expected: FAIL |