summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorawait-ovo <13152410380@163.com>2023-08-15 23:04:36 +0800
committerGitHub <noreply@github.com>2023-08-15 17:04:36 +0200
commit41cad2179fb36c2371ab84ce587d3460af64b5fb (patch)
treec4d4f05e660cdcd9cbb74eb10ca37515241ca913 /tools
parentddbb5fdfb034517f200e298c1a5de8aa03b5e5e5 (diff)
fix(runtime): navigator.userAgent in web worker (#20129)
Fixes https://github.com/denoland/deno/issues/20079 --------- Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index 861530841..326b7f55d 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -6177,7 +6177,14 @@
"taintEnabled",
"oscpu"
],
- "navigator.any.worker.html": false,
+ "navigator.any.worker.html": [
+ "appCodeName",
+ "appName",
+ "appVersion",
+ "platform",
+ "product",
+ "userAgent value"
+ ],
"per-global.window.html": false
}
}