From e8b3ffd155b6ef8d88ed32f66feeba5c54e70644 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Thu, 7 Oct 2021 19:39:33 +0200 Subject: fix(runtime): Getting `navigator.hardwareConcurrency` on workers shouldn't throw (#12354) --- tools/wpt/expectation.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/wpt') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index ab8ebe447..a0f53e9eb 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -15020,9 +15020,7 @@ "WorkerLocation-origin.sub.window.html": [ "workerLocation.origin must use ASCII code points" ], - "WorkerNavigator-hardware-concurrency.any.worker.html": [ - "Test worker navigator hardware concurrency." - ], + "WorkerNavigator-hardware-concurrency.any.worker.html": true, "WorkerNavigator.any.worker.html": [ "Testing Navigator properties on workers." ], -- cgit v1.2.3