summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLeo K <crowlkats@toaxl.com>2021-06-05 14:46:24 +0200
committerGitHub <noreply@github.com>2021-06-05 14:46:24 +0200
commitcf351f77c2c05255c211196957b551db871f2699 (patch)
treed3d44a1058eb8d1f609d111c236a201e76694759 /tools
parente8be116ab6d06bed764ad9b6cb253d8de36ae73d (diff)
feat(extensions/crypto): implement randomUUID (#10848)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json5
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,