diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/api/response/response-cancel-stream.html.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/api/response/response-cancel-stream.html.ini | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/response/response-cancel-stream.html.ini b/testing/web-platform/meta/fetch/api/response/response-cancel-stream.html.ini new file mode 100644 index 000000000..772b1b682 --- /dev/null +++ b/testing/web-platform/meta/fetch/api/response/response-cancel-stream.html.ini @@ -0,0 +1,20 @@ +[response-cancel-stream.html] + type: testharness + [Cancelling a starting blob Response stream] + expected: FAIL + + [Cancelling a loading blob Response stream] + expected: FAIL + + [Cancelling a closed blob Response stream] + expected: FAIL + + [Cancelling a starting Response stream] + expected: FAIL + + [Cancelling a loading Response stream] + expected: FAIL + + [Cancelling a closed Response stream] + expected: FAIL + |