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

Side by Side Diff: LayoutTests/crypto/subtle/clone-aesKey-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 AES keys 1 Tests structured cloning of AES 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 "secret" 7 PASS importedKey.type is "secret"
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 "AES-CBC" 10 PASS importedKey.algorithm.name is "AES-CBC"
(...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 "AES-GCM" 421 PASS clonedKey.algorithm.name is "AES-GCM"
422 PASS clonedKey.algorithm.length is 256 422 PASS clonedKey.algorithm.length is 256
423 PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" 423 PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
424 Serialized key bytes: 3f004b010920c2012000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00 424 Serialized key bytes: 3f004b010920c2012000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
425 425
426 PASS successfullyParsed is true 426 PASS successfullyParsed is true
427 427
428 TEST COMPLETE 428 TEST COMPLETE
429 429
OLDNEW
« no previous file with comments | « LayoutTests/crypto/subtle/clone-aesKey.html ('k') | LayoutTests/crypto/subtle/clone-ecKey-private.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698