diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/http-cache/status.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/http-cache/status.any.js.ini | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/http-cache/status.any.js.ini b/testing/web-platform/meta/fetch/http-cache/status.any.js.ini new file mode 100644 index 0000000000..a164d3264b --- /dev/null +++ b/testing/web-platform/meta/fetch/http-cache/status.any.js.ini @@ -0,0 +1,122 @@ +[status.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache avoids going to the network if it has a fresh 299 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 599 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 499 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 504 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 404 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 400 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 503 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 500 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 502 response] + expected: FAIL + + +[status.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache avoids going to the network if it has a fresh 299 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 599 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 499 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 504 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 404 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 400 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 503 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 500 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 502 response] + expected: FAIL + + +[status.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache avoids going to the network if it has a fresh 299 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 599 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 499 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 504 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 404 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 400 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 503 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 500 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 502 response] + expected: FAIL + + +[status.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache avoids going to the network if it has a fresh 299 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 599 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 499 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 504 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 404 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 400 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 503 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 500 response] + expected: FAIL + + [HTTP cache avoids going to the network if it has a fresh 502 response] + expected: FAIL |