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

Unified Diff: LayoutTests/crypto/import-aes-key-bad-length-expected.txt

Issue 206483010: [webcrypto] Refactor some layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « LayoutTests/crypto/import-aes-key-bad-length.html ('k') | LayoutTests/crypto/importKey.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/import-aes-key-bad-length-expected.txt
diff --git a/LayoutTests/crypto/import-aes-key-bad-length-expected.txt b/LayoutTests/crypto/import-aes-key-bad-length-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b4788d5eb3a1d70b8e7f894551e4187d43a4bf89
--- /dev/null
+++ b/LayoutTests/crypto/import-aes-key-bad-length-expected.txt
@@ -0,0 +1,36 @@
+Tests importing an AES key from raw with wrong length
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS: Failed to import AES-CBC key of length 0 bytes
+PASS: Failed to import AES-CBC key of length 1 bytes
+PASS: Failed to import AES-CBC key of length 15 bytes
+PASS: Failed to import AES-CBC key of length 17 bytes
+PASS: Failed to import AES-CBC key of length 31 bytes
+PASS: Failed to import AES-CBC key of length 33 bytes
+PASS: Failed to import AES-CBC key of length 23 bytes
+PASS: Failed to import AES-CBC key of length 25 bytes
+PASS: Failed to import AES-CBC key of length 64 bytes
+PASS: Failed to import AES-GCM key of length 0 bytes
+PASS: Failed to import AES-GCM key of length 1 bytes
+PASS: Failed to import AES-GCM key of length 15 bytes
+PASS: Failed to import AES-GCM key of length 17 bytes
+PASS: Failed to import AES-GCM key of length 31 bytes
+PASS: Failed to import AES-GCM key of length 33 bytes
+PASS: Failed to import AES-GCM key of length 23 bytes
+PASS: Failed to import AES-GCM key of length 25 bytes
+PASS: Failed to import AES-GCM key of length 64 bytes
+PASS: Failed to import AES-KW key of length 0 bytes
+PASS: Failed to import AES-KW key of length 1 bytes
+PASS: Failed to import AES-KW key of length 15 bytes
+PASS: Failed to import AES-KW key of length 17 bytes
+PASS: Failed to import AES-KW key of length 31 bytes
+PASS: Failed to import AES-KW key of length 33 bytes
+PASS: Failed to import AES-KW key of length 23 bytes
+PASS: Failed to import AES-KW key of length 25 bytes
+PASS: Failed to import AES-KW key of length 64 bytes
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/crypto/import-aes-key-bad-length.html ('k') | LayoutTests/crypto/importKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698