diff options
author | Leo K <crowlkats@toaxl.com> | 2021-06-05 14:46:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-05 14:46:24 +0200 |
commit | cf351f77c2c05255c211196957b551db871f2699 (patch) | |
tree | d3d44a1058eb8d1f609d111c236a201e76694759 /tools | |
parent | e8be116ab6d06bed764ad9b6cb253d8de36ae73d (diff) |
feat(extensions/crypto): implement randomUUID (#10848)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 83e4d7c94..93214d001 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -146,7 +146,7 @@ "rsa_importKey.https.any.html": false, "symmetric_importKey.https.any.html": false }, - "randomUUID.https.any.html": false, + "randomUUID.https.any.html": true, "sign_verify": { "ecdsa.https.any.html": false, "hmac.https.any.html": false, @@ -155,7 +155,8 @@ }, "wrapKey_unwrapKey": { "wrapKey_unwrapKey.https.any.html": false - } + }, + "randomUUID.any.html": true }, "console": { "console-is-a-namespace.any.html": true, |