| Index: LayoutTests/crypto/unwrapKey-badParameters-expected.txt
|
| diff --git a/LayoutTests/crypto/unwrapKey-badParameters-expected.txt b/LayoutTests/crypto/unwrapKey-badParameters-expected.txt
|
| index eaa10f3b5f4147599af0b0104f3c3fe3ca270e0b..3ec234a1f42f45e5e53103637d8f6eaf5a44315f 100644
|
| --- a/LayoutTests/crypto/unwrapKey-badParameters-expected.txt
|
| +++ b/LayoutTests/crypto/unwrapKey-badParameters-expected.txt
|
| @@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': No function was found that matched the signature provided.
|
| error is: DataError: Invalid unwrappingKey argument
|
| -error is: TypeError: The 7th argument is neither an array, nor does it have indexed properties.
|
| +error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': 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: SyntaxError: Invalid keyFormat argument
|
|
|