| 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
|
|
|