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:
parent
a3432e54c7
commit
1fc1ae0005
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue