From 09dd77c13edf59eb3748b5f21bd8b7141d822f61 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Wed, 27 Oct 2021 06:09:58 -0700 Subject: fix(workers): Make `importScripts()` use the same HTTP client as `fetch` (#12540) The initial implementation of `importScripts()` in #11338 used `reqwest`'s default client to fetch HTTP scripts, which meant it would not use certificates or other fetching configuration passed by command line flags. This change fixes it. --- tools/wpt/expectation.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 288d91bcc..6bcaf576f 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -9070,9 +9070,7 @@ ], "catch.sub.any.worker.html": [ "Cross-origin syntax error", - "Cross-origin throw", - "Redirect-to-cross-origin syntax error", - "Redirect-to-Cross-origin throw" + "Cross-origin throw" ], "report-error-cross-origin.sub.any.worker.html": false, "report-error-redirect-to-cross-origin.sub.any.worker.html": false, -- cgit v1.2.3