From 41cad2179fb36c2371ab84ce587d3460af64b5fb Mon Sep 17 00:00:00 2001 From: await-ovo <13152410380@163.com> Date: Tue, 15 Aug 2023 23:04:36 +0800 Subject: fix(runtime): navigator.userAgent in web worker (#20129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes https://github.com/denoland/deno/issues/20079 --------- Co-authored-by: Bartek IwaƄczuk --- tools/wpt/expectation.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tools') 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 } } -- cgit v1.2.3