From 015f252066c21bd6d36e5b4d58a34dd40e4c0db0 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Sat, 26 Jun 2021 17:34:24 +0200 Subject: fix(fetch): encode and decode headers as byte strings (#11070) --- tools/wpt/expectation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/wpt') 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", -- cgit v1.2.3