1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

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
This commit is contained in:
Marcos Casagrande 2022-10-08 21:57:31 +02:00 committed by GitHub
parent a3432e54c7
commit 1fc1ae0005
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,