Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Side by Side Diff: LayoutTests/crypto/subtle/clone-ecKey-private-expected.txt

Issue 806913006: [WebCrypto] Move LayoutTests from crypto to crypto/subtle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests structured cloning of EC private keys 1 Tests structured cloning of EC private keys
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS importedKey.extraProperty is "hi" 6 PASS importedKey.extraProperty is "hi"
7 PASS importedKey.type is "private" 7 PASS importedKey.type is "private"
8 PASS typeof importedKey.extractable is 'boolean' 8 PASS typeof importedKey.extractable is 'boolean'
9 PASS importedKey.extractable is true 9 PASS importedKey.extractable is true
10 PASS importedKey.algorithm.name is "ECDSA" 10 PASS importedKey.algorithm.name is "ECDSA"
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 PASS clonedKey.extractable is false 420 PASS clonedKey.extractable is false
421 PASS clonedKey.algorithm.name is "ECDH" 421 PASS clonedKey.algorithm.name is "ECDH"
422 PASS clonedKey.algorithm.namedCurve is "P-521" 422 PASS clonedKey.algorithm.namedCurve is "P-521"
423 PASS clonedKey.usages.join(',') is "deriveBits" 423 PASS clonedKey.usages.join(',') is "deriveBits"
424 Serialized key bytes: 3f004b050f02038002f1013081ee020100301006072a8648ce3d020106 052b810400230481d63081d3020101044201bd56bd106118eda246155bd43b42b8e13f0a6e25dd3b b376026fab4dc92b6157bc6dfec2d15dd3d0cf2a39aa68494042af48ba9601118da82c6f2108a3a2 03ad74a181890381860004012fbcaeffa6a51f3ee4d3d2b51c5dec6d7c726ca353fc014ea2bf7cfb b9b910d32cbfa6a00fe39b6cdb8946f22775398b2e233c0cf144d78c8a7742b5c7a3bb5d23009cde f823dd7bf9a79e8cceacd2e4527c231d0ae5967af0958e931d7ddccf2805a3e618dc3039fec9febb d33052fe4c0fee98f033106064982d88f4e03549d4a64d 424 Serialized key bytes: 3f004b050f02038002f1013081ee020100301006072a8648ce3d020106 052b810400230481d63081d3020101044201bd56bd106118eda246155bd43b42b8e13f0a6e25dd3b b376026fab4dc92b6157bc6dfec2d15dd3d0cf2a39aa68494042af48ba9601118da82c6f2108a3a2 03ad74a181890381860004012fbcaeffa6a51f3ee4d3d2b51c5dec6d7c726ca353fc014ea2bf7cfb b9b910d32cbfa6a00fe39b6cdb8946f22775398b2e233c0cf144d78c8a7742b5c7a3bb5d23009cde f823dd7bf9a79e8cceacd2e4527c231d0ae5967af0958e931d7ddccf2805a3e618dc3039fec9febb d33052fe4c0fee98f033106064982d88f4e03549d4a64d
425 425
426 PASS successfullyParsed is true 426 PASS successfullyParsed is true
427 427
428 TEST COMPLETE 428 TEST COMPLETE
429 429
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698