diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/http-cache/partial.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/http-cache/partial.any.js.ini | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/http-cache/partial.any.js.ini b/testing/web-platform/meta/fetch/http-cache/partial.any.js.ini new file mode 100644 index 0000000000..52dbdb6e2e --- /dev/null +++ b/testing/web-platform/meta/fetch/http-cache/partial.any.js.ini @@ -0,0 +1,110 @@ +[partial.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache stores partial response and serves smaller ranges from it (suffix-byte-range-spec)] + expected: FAIL + + [HTTP cache stores complete response and serves smaller ranges from it (byte-range-spec)] + expected: FAIL + + [HTTP cache stores partial response and serves smaller ranges from it (absent last-byte-pos)] + expected: FAIL + + [HTTP cache stores partial content and reuses it] + expected: FAIL + + [HTTP cache stores partial content and completes it] + expected: FAIL + + [HTTP cache stores partial response and serves smaller ranges from it (byte-range-spec)] + expected: FAIL + + [HTTP cache stores complete response and serves smaller ranges from it (absent last-byte-pos)] + expected: FAIL + + [HTTP cache stores complete response and serves smaller ranges from it (suffix-byte-range-spec)] + expected: FAIL + + +[partial.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache stores partial response and serves smaller ranges from it (suffix-byte-range-spec)] + expected: FAIL + + [HTTP cache stores complete response and serves smaller ranges from it (byte-range-spec)] + expected: FAIL + + [HTTP cache stores partial response and serves smaller ranges from it (absent last-byte-pos)] + expected: FAIL + + [HTTP cache stores partial content and reuses it] + expected: FAIL + + [HTTP cache stores partial content and completes it] + expected: FAIL + + [HTTP cache stores partial response and serves smaller ranges from it (byte-range-spec)] + expected: FAIL + + [HTTP cache stores complete response and serves smaller ranges from it (absent last-byte-pos)] + expected: FAIL + + [HTTP cache stores complete response and serves smaller ranges from it (suffix-byte-range-spec)] + expected: FAIL + + +[partial.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache stores partial response and serves smaller ranges from it (suffix-byte-range-spec)] + expected: FAIL + + [HTTP cache stores complete response and serves smaller ranges from it (byte-range-spec)] + expected: FAIL + + [HTTP cache stores partial response and serves smaller ranges from it (absent last-byte-pos)] + expected: FAIL + + [HTTP cache stores partial content and reuses it] + expected: FAIL + + [HTTP cache stores partial content and completes it] + expected: FAIL + + [HTTP cache stores partial response and serves smaller ranges from it (byte-range-spec)] + expected: FAIL + + [HTTP cache stores complete response and serves smaller ranges from it (absent last-byte-pos)] + expected: FAIL + + [HTTP cache stores complete response and serves smaller ranges from it (suffix-byte-range-spec)] + expected: FAIL + + +[partial.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [HTTP cache stores partial response and serves smaller ranges from it (suffix-byte-range-spec)] + expected: FAIL + + [HTTP cache stores complete response and serves smaller ranges from it (byte-range-spec)] + expected: FAIL + + [HTTP cache stores partial response and serves smaller ranges from it (absent last-byte-pos)] + expected: FAIL + + [HTTP cache stores partial content and reuses it] + expected: FAIL + + [HTTP cache stores partial content and completes it] + expected: FAIL + + [HTTP cache stores partial response and serves smaller ranges from it (byte-range-spec)] + expected: FAIL + + [HTTP cache stores complete response and serves smaller ranges from it (absent last-byte-pos)] + expected: FAIL + + [HTTP cache stores complete response and serves smaller ranges from it (suffix-byte-range-spec)] + expected: FAIL |