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

Unified Diff: LayoutTests/crypto/aes-cbc-importKey-badUsage-expected.txt

Issue 255453002: [refactor] Use a lookup table rather than binary search for algorithm normalization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/aes-cbc-importKey-badUsage-expected.txt
diff --git a/LayoutTests/crypto/aes-cbc-importKey-badUsage-expected.txt b/LayoutTests/crypto/aes-cbc-importKey-badUsage-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d90d7f6feb20d9cee7f86e96cdeb549cd509ed0d
--- /dev/null
+++ b/LayoutTests/crypto/aes-cbc-importKey-badUsage-expected.txt
@@ -0,0 +1,11 @@
+Importing an AES-CBC key with 'sign' usage is not allowed.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Failed importing AES-CBC key with usages: encrypt,decrypt,sign because:
+error is: DataError: keyUsages contains values not applicable to the algorithm
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698