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 |
+ |