summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorYacine Hmito <yacinehmito@users.noreply.github.com>2021-01-10 17:27:15 +0100
committerGitHub <noreply@github.com>2021-01-10 11:27:15 -0500
commitf7e09c6a555e115c004feca56f8b279c5f18c9b2 (patch)
tree7113675eedf3bab8d1344d4c34898aab191506aa /cli/tests
parentcd2f7ae69d85c56d4865423f6f76d6911f7fe8a6 (diff)
Test crypto.getRandomValues() with wpt (#9016)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/wpt.jsonc3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/wpt.jsonc b/cli/tests/wpt.jsonc
index 0a14f8fa6..2e3882fe2 100644
--- a/cli/tests/wpt.jsonc
+++ b/cli/tests/wpt.jsonc
@@ -173,5 +173,8 @@
"measure-l3",
"structured-serialize-detail",
"user_timing_exists"
+ ],
+ "WebCryptoApi": [
+ "getRandomValues"
]
}