From 1fc1ae00053d66f609e21797b4a83d5b3e2c005b Mon Sep 17 00:00:00 2001 From: Marcos Casagrande Date: Sat, 8 Oct 2022 21:57:31 +0200 Subject: test(ext/fetch): enable fetch/content-type/multipart.window WPT (#16209) This PR enables the following test: https://github.com/web-platform-tests/wpt/blob/master/fetch/content-type/multipart.window.js --- tools/wpt/expectation.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 4c5269d1a..5c15084b8 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -3260,6 +3260,9 @@ "Content-Length header value of network response exceeds response body" ] }, + "content-type": { + "multipart.window.html": true + }, "data-urls": { "base64.any.html": true, "base64.any.worker.html": true, -- cgit v1.2.3