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

Side by Side Diff: LayoutTests/crypto/subtle/pbkdf2/deriveBits-expected.txt

Issue 957713004: [WebCrypto] Split LayoutTests/crypto/subtle into per-algorithm directories (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to latest master Created 5 years, 10 months 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 importKey/deriveBits for PBKDF2 1 Tests importKey/deriveBits for PBKDF2
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 tmpKey.type is "secret" 6 PASS tmpKey.type is "secret"
7 PASS typeof tmpKey.extractable is 'boolean' 7 PASS typeof tmpKey.extractable is 'boolean'
8 PASS tmpKey.extractable is false 8 PASS tmpKey.extractable is false
9 PASS tmpKey.algorithm.name is "PBKDF2" 9 PASS tmpKey.algorithm.name is "PBKDF2"
10 PASS tmpKey.usages.join(',') is "deriveKey,deriveBits" 10 PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 PASS typeof tmpKey.extractable is 'boolean' 42 PASS typeof tmpKey.extractable is 'boolean'
43 PASS tmpKey.extractable is false 43 PASS tmpKey.extractable is false
44 PASS tmpKey.algorithm.name is "PBKDF2" 44 PASS tmpKey.algorithm.name is "PBKDF2"
45 PASS tmpKey.usages.join(',') is "deriveKey,deriveBits" 45 PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
46 PASS: deriveBits should be [] and was 46 PASS: deriveBits should be [] and was
47 PASS derivedBits.byteLength is 0 47 PASS derivedBits.byteLength is 0
48 PASS successfullyParsed is true 48 PASS successfullyParsed is true
49 49
50 TEST COMPLETE 50 TEST COMPLETE
51 51
OLDNEW
« no previous file with comments | « LayoutTests/crypto/subtle/pbkdf2/deriveBits.html ('k') | LayoutTests/crypto/subtle/pbkdf2/deriveBits-failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698