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

Unified Diff: LayoutTests/crypto/ecdh-deriveKey-failures-expected.txt

Issue 810023003: [WebCrypto] Check for OperationError instead of NotSupportedError (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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/ecdh-deriveKey-failures-expected.txt
diff --git a/LayoutTests/crypto/ecdh-deriveKey-failures-expected.txt b/LayoutTests/crypto/ecdh-deriveKey-failures-expected.txt
index 655abcb9a5e69b98a2df87469760b99157ee99ab..8371f9603e5cbd6380e8c063eba894dbb439a0ed 100644
--- a/LayoutTests/crypto/ecdh-deriveKey-failures-expected.txt
+++ b/LayoutTests/crypto/ecdh-deriveKey-failures-expected.txt
@@ -13,7 +13,7 @@ Deriving an AES key with bad length...
error is: OperationError: AES key length must be 128 or 256 bits
Deriving an AES key with unsupported length...
-error is: NotSupportedError: 192-bit AES keys are not supported
+error is: OperationError: 192-bit AES keys are not supported
Deriving using an ECDH key that has deriveBits but NOT deriveKey... usage
error is: InvalidAccessError: key.usages does not permit this operation
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698