mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Implement crypto.randomUUID() (#33158)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
663a92a5df
commit
9a1051c917
6 changed files with 16 additions and 65 deletions
|
@ -2,15 +2,9 @@
|
|||
[Crypto interface: attribute subtle]
|
||||
expected: FAIL
|
||||
|
||||
[Crypto interface: operation randomUUID()]
|
||||
expected: FAIL
|
||||
|
||||
[Crypto interface: crypto must inherit property "subtle" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Crypto interface: crypto must inherit property "randomUUID()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CryptoKey interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -187,15 +181,9 @@
|
|||
[Crypto interface: attribute subtle]
|
||||
expected: FAIL
|
||||
|
||||
[Crypto interface: operation randomUUID()]
|
||||
expected: FAIL
|
||||
|
||||
[Crypto interface: crypto must inherit property "subtle" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Crypto interface: crypto must inherit property "randomUUID()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[CryptoKey interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
[randomUUID.https.any.html]
|
||||
[namespace format]
|
||||
expected: FAIL
|
||||
|
||||
[version set]
|
||||
expected: FAIL
|
||||
|
||||
[variant set]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[randomUUID.https.any.worker.html]
|
||||
[namespace format]
|
||||
expected: FAIL
|
||||
|
||||
[version set]
|
||||
expected: FAIL
|
||||
|
||||
[variant set]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue