| Index: third_party/WebKit/LayoutTests/crypto/subtle/importKey-badParameters-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/importKey-badParameters-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/importKey-badParameters-expected.txt
|
| index f3e09a7c0d603e41cdd9acca334726db99b91dee..73949bf68edf35f757dff051ad5eac409fd14163 100644
|
| --- a/third_party/WebKit/LayoutTests/crypto/subtle/importKey-badParameters-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/crypto/subtle/importKey-badParameters-expected.txt
|
| @@ -11,7 +11,7 @@ error is: TypeError: Invalid keyUsages argument
|
| error is: TypeError: Invalid keyFormat argument
|
| error is: TypeError: HmacImportParams: hash: Missing or not an AlgorithmIdentifier
|
| error is: NotSupportedError: SHA-1: Unsupported operation: importKey
|
| -error is: TypeError: Failed to execute 'importKey' on 'SubtleCrypto': The provided ArrayBufferView value must not be shared.
|
| +error is: SharedArrayBuffers not enabled.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|