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

Unified Diff: LayoutTests/crypto/aes-gcm-encrypt-decrypt-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
Index: LayoutTests/crypto/aes-gcm-encrypt-decrypt-expected.txt
diff --git a/LayoutTests/crypto/aes-gcm-encrypt-decrypt-expected.txt b/LayoutTests/crypto/aes-gcm-encrypt-decrypt-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9004b99dc9185418002ff6d750c9cb6c58e48729
--- /dev/null
+++ b/LayoutTests/crypto/aes-gcm-encrypt-decrypt-expected.txt
@@ -0,0 +1,37 @@
+Tests encrypt/decrypt for AES-GCM
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS tmpKey.type is "secret"
+PASS typeof tmpKey.extractable is 'boolean'
+PASS tmpKey.extractable is false
+PASS tmpKey.algorithm.name is "AES-GCM"
+PASS tmpKey.usages.join(',') is "encrypt,decrypt"
+PASS: Encryption should be [72ac8493e3a5228b5d130a69d2510e42] and was
+PASS: Decryption should be [] and was
+PASS tmpKey.type is "secret"
+PASS typeof tmpKey.extractable is 'boolean'
+PASS tmpKey.extractable is false
+PASS tmpKey.algorithm.name is "AES-GCM"
+PASS tmpKey.usages.join(',') is "encrypt,decrypt"
+PASS: Encryption should be [751f3098d59cf4ea1d2fb0853bde1c] and was
+PASS: Decryption should be [] and was
+PASS tmpKey.type is "secret"
+PASS typeof tmpKey.extractable is 'boolean'
+PASS tmpKey.extractable is false
+PASS tmpKey.algorithm.name is "AES-GCM"
+PASS tmpKey.usages.join(',') is "encrypt,decrypt"
+PASS: Encryption should be [bdd2ed6c66fa087dce617d7fd1ff6d93ba82e49c55a22ed02ca67da4ec6f] and was
+PASS: Decryption should be [bfaaaea3880d72d4378561e2597a9b35] and was
+PASS tmpKey.type is "secret"
+PASS typeof tmpKey.extractable is 'boolean'
+PASS tmpKey.extractable is false
+PASS tmpKey.algorithm.name is "AES-GCM"
+PASS tmpKey.usages.join(',') is "encrypt,decrypt"
+PASS: Encryption should be [c4489fa64a6edf80e7e6a3b8855bc37c772ee7de0f91a981c36c93a35c88] and was
+PASS: Decryption should be [d30b02c343487105219d6fa080acc743] and was
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/crypto/aes-gcm-encrypt-decrypt.html ('k') | LayoutTests/crypto/aes-gcm-parseAlgorithm-failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698