summaryrefslogtreecommitdiff
path: root/tools/wpt
diff options
context:
space:
mode:
authorAndreu Botella <abb@randomunok.com>2021-10-07 19:39:33 +0200
committerGitHub <noreply@github.com>2021-10-07 19:39:33 +0200
commite8b3ffd155b6ef8d88ed32f66feeba5c54e70644 (patch)
tree04e09c196da04c9146017f727f9590ab1ccd3426 /tools/wpt
parent370c27e09a63ca36f0e0aba8bef6b10f4484d70d (diff)
fix(runtime): Getting `navigator.hardwareConcurrency` on workers shouldn't throw (#12354)
Diffstat (limited to 'tools/wpt')
-rw-r--r--tools/wpt/expectation.json4
1 files changed, 1 insertions, 3 deletions
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."
],