| Index: LayoutTests/crypto/importKey-badParameters-expected.txt
|
| diff --git a/LayoutTests/crypto/importKey-badParameters-expected.txt b/LayoutTests/crypto/importKey-badParameters-expected.txt
|
| index 6dca9b76e32ab8c482ec16603bacb8e2db887d77..8903478bde9e9319ed40f1f2982c1ecfb9ab1205 100644
|
| --- a/LayoutTests/crypto/importKey-badParameters-expected.txt
|
| +++ b/LayoutTests/crypto/importKey-badParameters-expected.txt
|
| @@ -3,9 +3,9 @@ Tests calling cypto.subtle.importKey with bad parameters
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -error is: DataError: Invalid keyData argument
|
| -error is: DataError: Invalid keyData argument
|
| -error is: SyntaxError: Algorithm: Not an object
|
| +error is: TypeError: Failed to execute 'importKey' on 'SubtleCrypto': No function was found that matched the signature provided.
|
| +error is: TypeError: Failed to execute 'importKey' on 'SubtleCrypto': No function was found that matched the signature provided.
|
| +error is: TypeError: Failed to execute 'importKey' on 'SubtleCrypto': No function was found that matched the signature provided.
|
| error is: SyntaxError: Invalid keyFormat argument
|
| error is: SyntaxError: Invalid keyUsages argument
|
| error is: SyntaxError: Invalid keyFormat argument
|
|
|