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

Unified Diff: LayoutTests/crypto/unwrapKey-badParameters-expected.txt

Issue 267133002: [webcrypto] Allow both ArrayBuffer and ArrayBufferView as inputs to crypto.subtle methods. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename ArrayBytes --> ArrayPiece Created 6 years, 7 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/sign-verify-badParameters-expected.txt ('k') | Source/modules/crypto/SubtleCrypto.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/unwrapKey-badParameters-expected.txt
diff --git a/LayoutTests/crypto/unwrapKey-badParameters-expected.txt b/LayoutTests/crypto/unwrapKey-badParameters-expected.txt
index ea196430875dda52b43d0ec97a5798538c0a72be..bed840a8f788c4555e2505d3d852601fcccfd8d5 100644
--- a/LayoutTests/crypto/unwrapKey-badParameters-expected.txt
+++ b/LayoutTests/crypto/unwrapKey-badParameters-expected.txt
@@ -3,11 +3,11 @@ Tests calls to unwrapKey() with bad inputs.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-error is: DataError: Invalid wrappedKey argument
-error is: DataError: Invalid unwrappingKey argument
-error is: TypeError: The 7th argument is neither an array, nor does it have indexed properties.
-error is: SyntaxError: Algorithm: Not an object
-error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': parameter 5 ('unwrappedKeyAlgorithm') is not an object.
+error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': No function was found that matched the signature provided.
+error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': No function was found that matched the signature provided.
+error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': No function was found that matched the signature provided.
+error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': No function was found that matched the signature provided.
+error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': No function was found that matched the signature provided.
error is: SyntaxError: Invalid keyFormat argument
error is: NotSupportedError: SHA-1: Unsupported operation: unwrapKey
error is: InvalidAccessError: key.algorithm does not match that of operation
« no previous file with comments | « LayoutTests/crypto/sign-verify-badParameters-expected.txt ('k') | Source/modules/crypto/SubtleCrypto.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698