From 60869c2598321386f57e55537e8c99ed011fbb95 Mon Sep 17 00:00:00 2001 From: Mark Ladyshau <47859603+mrkldshv@users.noreply.github.com> Date: Sun, 19 Jun 2022 23:33:24 +0200 Subject: fix(ext/fetch): add `accept-language` default header to fetch (#14882) --- tools/wpt/expectation.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 3b25e5fbb..df2f24655 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -3018,12 +3018,8 @@ ], "text-utf8.any.html": true, "text-utf8.any.worker.html": true, - "accept-header.any.html": [ - "Request through fetch should have a 'accept-language' header" - ], - "accept-header.any.worker.html": [ - "Request through fetch should have a 'accept-language' header" - ], + "accept-header.any.html": true, + "accept-header.any.worker.html": true, "conditional-get.any.html": false, "conditional-get.any.worker.html": false, "error-after-response.any.html": false, @@ -4613,4 +4609,4 @@ "idlharness.https.any.worker.html": true, "idlharness-shadowrealm.window.html": false } -} +} \ No newline at end of file -- cgit v1.2.3