| Index: LayoutTests/crypto/generateKey-expected.txt
|
| diff --git a/LayoutTests/crypto/generateKey-expected.txt b/LayoutTests/crypto/generateKey-expected.txt
|
| index 02291dbe39ee93a7636c38ecf96fb78f6bc3699f..620b2b627792d17842cfdee748ff0dc4289d2963 100644
|
| --- a/LayoutTests/crypto/generateKey-expected.txt
|
| +++ b/LayoutTests/crypto/generateKey-expected.txt
|
| @@ -44,6 +44,14 @@ PASS key.algorithm.name is 'HMAC'
|
| PASS key.algorithm.hash.name is 'SHA-256'
|
| PASS key.algorithm.length is 48
|
| PASS key.usages.join(',') is 'sign'
|
| +PASS keyPair.publicKey is defined.
|
| +PASS keyPair.privateKey is defined.
|
| +PASS keyPair.publicKey.type is 'public'
|
| +PASS keyPair.publicKey.algorithm.name is 'RSASSA-PKCS1-v1_5'
|
| +PASS keyPair.privateKey.type is 'private'
|
| +PASS keyPair.privateKey.algorithm.name is 'RSASSA-PKCS1-v1_5'
|
| +PASS keyPair.publicKey.foo is 'bar'
|
| +PASS keyPair.publicKey.foo is 'bar'
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|