summaryrefslogtreecommitdiff
path: root/tools/wpt/runner.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wpt/runner.ts')
-rw-r--r--tools/wpt/runner.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/wpt/runner.ts b/tools/wpt/runner.ts
index 47e6bb2f5..2da3a95de 100644
--- a/tools/wpt/runner.ts
+++ b/tools/wpt/runner.ts
@@ -100,7 +100,9 @@ export async function runSingleTest(
const args = [
"run",
"-A",
- "--unstable",
+ "--unstable-broadcast-channel",
+ "--unstable-webgpu",
+ "--unstable-net",
"--v8-flags=--expose-gc",
];