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

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: Update path for deserialize legacy tests 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 PASS clonedKey.extractable is false 210 PASS clonedKey.extractable is false
211 PASS clonedKey.algorithm.name is "ECDH" 211 PASS clonedKey.algorithm.name is "ECDH"
212 PASS clonedKey.algorithm.namedCurve is "P-521" 212 PASS clonedKey.algorithm.namedCurve is "P-521"
213 PASS clonedKey.usages.join(',') is "deriveBits" 213 PASS clonedKey.usages.join(',') is "deriveBits"
214 Serialized key bytes: 3f004b050f02038002f1013081ee020100301006072a8648ce3d020106 052b810400230481d63081d3020101044201bd56bd106118eda246155bd43b42b8e13f0a6e25dd3b b376026fab4dc92b6157bc6dfec2d15dd3d0cf2a39aa68494042af48ba9601118da82c6f2108a3a2 03ad74a181890381860004012fbcaeffa6a51f3ee4d3d2b51c5dec6d7c726ca353fc014ea2bf7cfb b9b910d32cbfa6a00fe39b6cdb8946f22775398b2e233c0cf144d78c8a7742b5c7a3bb5d23009cde f823dd7bf9a79e8cceacd2e4527c231d0ae5967af0958e931d7ddccf2805a3e618dc3039fec9febb d33052fe4c0fee98f033106064982d88f4e03549d4a64d 214 Serialized key bytes: 3f004b050f02038002f1013081ee020100301006072a8648ce3d020106 052b810400230481d63081d3020101044201bd56bd106118eda246155bd43b42b8e13f0a6e25dd3b b376026fab4dc92b6157bc6dfec2d15dd3d0cf2a39aa68494042af48ba9601118da82c6f2108a3a2 03ad74a181890381860004012fbcaeffa6a51f3ee4d3d2b51c5dec6d7c726ca353fc014ea2bf7cfb b9b910d32cbfa6a00fe39b6cdb8946f22775398b2e233c0cf144d78c8a7742b5c7a3bb5d23009cde f823dd7bf9a79e8cceacd2e4527c231d0ae5967af0958e931d7ddccf2805a3e618dc3039fec9febb d33052fe4c0fee98f033106064982d88f4e03549d4a64d
215 215
216 PASS successfullyParsed is true 216 PASS successfullyParsed is true
217 217
218 TEST COMPLETE 218 TEST COMPLETE
219 219
OLDNEW
« no previous file with comments | « LayoutTests/crypto/subtle/clone-ecKey-private.html ('k') | LayoutTests/crypto/subtle/clone-ecKey-public.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698