diff options
author | Yacine Hmito <yacinehmito@users.noreply.github.com> | 2021-01-10 17:27:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 11:27:15 -0500 |
commit | f7e09c6a555e115c004feca56f8b279c5f18c9b2 (patch) | |
tree | 7113675eedf3bab8d1344d4c34898aab191506aa /cli/tests | |
parent | cd2f7ae69d85c56d4865423f6f76d6911f7fe8a6 (diff) |
Test crypto.getRandomValues() with wpt (#9016)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/wpt.jsonc | 3 |
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" ] } |