| Index: LayoutTests/crypto/subtle/exportKey-badParameters-expected.txt
|
| diff --git a/LayoutTests/crypto/subtle/exportKey-badParameters-expected.txt b/LayoutTests/crypto/subtle/exportKey-badParameters-expected.txt
|
| index 5310696ba6e6ffffc23df5fa834ebff8ee44568c..0af84d01205381879e467927233e8636913a936b 100644
|
| --- a/LayoutTests/crypto/subtle/exportKey-badParameters-expected.txt
|
| +++ b/LayoutTests/crypto/subtle/exportKey-badParameters-expected.txt
|
| @@ -3,8 +3,8 @@ Tests exportKey() given bad inputs.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -error is: TypeError: Invalid key argument
|
| -error is: TypeError: Invalid key argument
|
| +error is: TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': parameter 2 is not of type 'CryptoKey'.
|
| +error is: TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': parameter 2 is not of type 'CryptoKey'.
|
| error is: TypeError: Invalid keyFormat argument
|
| error is: TypeError: Invalid keyFormat argument
|
| error is: TypeError: Invalid keyFormat argument
|
|
|