summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/workers/WorkerNavigator-hardware-concurrency.any.js
blob: 49db7503ffb18df1c643aca0dc60606cecfd28ee (plain)
1
2
3
4
// META: global=worker
test(() => {
  assert_true(navigator.hardwareConcurrency > 0);
}, 'Test worker navigator hardware concurrency.');