diff options
author | Andreu Botella <abb@randomunok.com> | 2021-06-26 17:34:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 17:34:24 +0200 |
commit | 015f252066c21bd6d36e5b4d58a34dd40e4c0db0 (patch) | |
tree | c9969e909eda94a2b03b31661deaccbe59a2f255 /tools | |
parent | 22e7b0f585fb3715ef1894b2c26a0e3cbbd43e9e (diff) |
fix(fetch): encode and decode headers as byte strings (#11070)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index d22f9694d..77a1f2f15 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -714,7 +714,7 @@ "basic": { "request-head.any.html": true, "request-headers-case.any.html": false, - "request-headers-nonascii.any.html": false, + "request-headers-nonascii.any.html": true, "request-headers.any.html": [ "Fetch with PUT without body", "Fetch with PUT with body", |