diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/http-cache/cache-mode.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/http-cache/cache-mode.any.js.ini | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/http-cache/cache-mode.any.js.ini b/testing/web-platform/meta/fetch/http-cache/cache-mode.any.js.ini new file mode 100644 index 0000000000..996dbab4b0 --- /dev/null +++ b/testing/web-platform/meta/fetch/http-cache/cache-mode.any.js.ini @@ -0,0 +1,50 @@ +[cache-mode.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present] + expected: FAIL + + [Fetch sends Cache-Control: max-age=0 when cache mode is no-cache] + expected: FAIL + + [Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present] + expected: FAIL + + +[cache-mode.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present] + expected: FAIL + + [Fetch sends Cache-Control: max-age=0 when cache mode is no-cache] + expected: FAIL + + [Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present] + expected: FAIL + + +[cache-mode.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present] + expected: FAIL + + [Fetch sends Cache-Control: max-age=0 when cache mode is no-cache] + expected: FAIL + + [Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present] + expected: FAIL + + +[cache-mode.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Fetch doesn't touch Cache-Control when cache mode is no-store and Cache-Control is already present] + expected: FAIL + + [Fetch sends Cache-Control: max-age=0 when cache mode is no-cache] + expected: FAIL + + [Fetch doesn't touch Pragma when cache mode is no-store and Pragma is already present] + expected: FAIL |