diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/http-cache/vary.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/http-cache/vary.any.js.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/http-cache/vary.any.js.ini b/testing/web-platform/meta/fetch/http-cache/vary.any.js.ini new file mode 100644 index 0000000000..ac95a936d3 --- /dev/null +++ b/testing/web-platform/meta/fetch/http-cache/vary.any.js.ini @@ -0,0 +1,26 @@ +[vary.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache doesn't invalidate existing Vary response] + expected: FAIL + + +[vary.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache doesn't invalidate existing Vary response] + expected: FAIL + + +[vary.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache doesn't invalidate existing Vary response] + expected: FAIL + + +[vary.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache doesn't invalidate existing Vary response] + expected: FAIL |