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

Unified Diff: LayoutTests/crypto/exportKey-expected.txt

Issue 214233002: [webcrypto] Split exportKey.html test into smaller files. (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/exportKey-expected.txt
diff --git a/LayoutTests/crypto/exportKey-expected.txt b/LayoutTests/crypto/exportKey-expected.txt
deleted file mode 100644
index 9e93cefc505532f279003459facc66546d2b7dd4..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/exportKey-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-CONSOLE ERROR: Invalid keyFormat argument
-CONSOLE ERROR: Invalid keyFormat argument
-CONSOLE ERROR: Invalid keyFormat argument
-CONSOLE ERROR: key is not extractable
-Tests cypto.subtle.exportKey.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS crypto.subtle.exportKey('raw', null) threw exception TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': Invalid key argument.
-PASS crypto.subtle.exportKey('raw', 3) threw exception TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': Invalid key argument.
-PASS keys.aesCbcJustDecrypt.extractable is false
-PASS: 'crypto.subtle.exportKey(3, keys.aesCbcJustDecrypt)' rejected with null
-PASS: 'crypto.subtle.exportKey(null, keys.aesCbcJustDecrypt)' rejected with null
-PASS: 'crypto.subtle.exportKey('invalid', keys.aesCbcJustDecrypt)' rejected with null
-PASS: 'crypto.subtle.exportKey('raw', keys.aesCbcJustDecrypt)' rejected with null
-PASS: Key bytes should be [3136206279746573206f66206b657921] and was
-PASS: Key bytes should be [30819f300d06092a864886f70d010101050003818d0030818902818100a56e4a0e701017589a5187dc7ea841d156f2ec0e36ad52a44dfeb1e61f7ad991d8c51056ffedb162b4c0f283a12a88a394dff526ab7291cbb307ceabfce0b1dfd5cd9508096d5b2b8b6df5d671ef6377c0921cb23c270a70e2598e6ff89d19f105acc2d3f0cb35f29280e1386b6f64c4ef22e1e1f20d0ce8cffb2249bd9a21370203010001] and was
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/crypto/exportKey-badParameters-expected.txt ('k') | LayoutTests/crypto/exportKey-unextractable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698