diff options
author | Mark Ladyshau <47859603+mrkldshv@users.noreply.github.com> | 2022-06-19 23:33:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-19 23:33:24 +0200 |
commit | 60869c2598321386f57e55537e8c99ed011fbb95 (patch) | |
tree | a318d137c9b69da940652f0b5926aa32dcf8cb5d /tools | |
parent | 9f1f76f0b0fc71fc57a885f37c5bcabfd1de4b82 (diff) |
fix(ext/fetch): add `accept-language` default header to fetch (#14882)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 10 |
1 files changed, 3 insertions, 7 deletions
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 |