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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/crypto/subtle/pbkdf2-deriveBits-empty-password-failure-expected.txt
diff --git a/LayoutTests/crypto/subtle/pbkdf2-deriveBits-empty-password-failure-expected.txt b/LayoutTests/crypto/subtle/pbkdf2-deriveBits-empty-password-failure-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..751c4457a6d158a2c84d07ff4c275344017a0f72
--- /dev/null
+++ b/LayoutTests/crypto/subtle/pbkdf2-deriveBits-empty-password-failure-expected.txt
@@ -0,0 +1,15 @@
+Tests importing empty password for PBKDF2
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS key.type is "secret"
+PASS typeof key.extractable is 'boolean'
+PASS key.extractable is false
+PASS key.algorithm.name is "PBKDF2"
+PASS key.usages.join(',') is "deriveKey,deriveBits"
+error is: OperationError: The password for PBKDF2 must not be empty.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698