diff options
author | Marcos Casagrande <marcoscvp90@gmail.com> | 2022-10-08 21:57:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-08 15:57:31 -0400 |
commit | 1fc1ae00053d66f609e21797b4a83d5b3e2c005b (patch) | |
tree | f1c4db761844c301583c99e59a9b78b992b3a8a8 | |
parent | a3432e54c7214dd37b7318ad03442b8415fb4f67 (diff) |
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
-rw-r--r-- | tools/wpt/expectation.json | 3 |
1 files changed, 3 insertions, 0 deletions
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, |