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 |