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

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

Issue 820523003: [webcrypto] Implement PBKDF2 (blink-side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: nit Created 5 years, 11 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
(Empty)
1 Tests importing empty password for PBKDF2
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS key.type is "secret"
7 PASS typeof key.extractable is 'boolean'
8 PASS key.extractable is false
9 PASS key.algorithm.name is "PBKDF2"
10 PASS key.usages.join(',') is "deriveKey,deriveBits"
11 error is: OperationError: The password for PBKDF2 must not be empty.
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698