From 24812f15adc25d7eeed52f7e4a98121c5e900dc6 Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Thu, 2 Mar 2023 19:22:12 +0800 Subject: [PATCH] expectations for /fetch/api/basic/scheme-blob.sub.any{,.worker}.html --- .../api/basic/scheme-blob.sub.any.js.ini | 43 ++++++++++++++++++- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/tests/wpt/metadata/fetch/api/basic/scheme-blob.sub.any.js.ini b/tests/wpt/metadata/fetch/api/basic/scheme-blob.sub.any.js.ini index 04f3b0fe381..dcb842c4c4c 100644 --- a/tests/wpt/metadata/fetch/api/basic/scheme-blob.sub.any.js.ini +++ b/tests/wpt/metadata/fetch/api/basic/scheme-blob.sub.any.js.ini @@ -1,5 +1,44 @@ [scheme-blob.sub.any.html] - expected: CRASH + [Fetching URL.createObjectURL(empty_blob) is OK] + expected: FAIL + + [Fetching URL.createObjectURL(empty_type_blob) is OK] + expected: FAIL + + [Blob content is not sniffed for a content type [image/png\]] + expected: FAIL + + [Blob content is not sniffed for a content type [text/xml\]] + expected: FAIL + + [Set content type to the empty string for slice with invalid content type] + expected: FAIL + + [Set content type to the empty string for slice with no content type ] + expected: FAIL + + [Blob.slice should not sniff the content for a content type] + expected: FAIL + [scheme-blob.sub.any.worker.html] - expected: CRASH + [Fetching URL.createObjectURL(empty_blob) is OK] + expected: FAIL + + [Fetching URL.createObjectURL(empty_type_blob) is OK] + expected: FAIL + + [Blob content is not sniffed for a content type [image/png\]] + expected: FAIL + + [Blob content is not sniffed for a content type [text/xml\]] + expected: FAIL + + [Set content type to the empty string for slice with invalid content type] + expected: FAIL + + [Set content type to the empty string for slice with no content type ] + expected: FAIL + + [Blob.slice should not sniff the content for a content type] + expected: FAIL