| Index: LayoutTests/crypto/importKey-expected.txt
|
| diff --git a/LayoutTests/crypto/importKey-expected.txt b/LayoutTests/crypto/importKey-expected.txt
|
| index 3eda6859aa0d0bc6b881c18876609a1ad14daa2b..9f7192c0d9780a7f27ac4959c34789ed1d5d36ef 100644
|
| --- a/LayoutTests/crypto/importKey-expected.txt
|
| +++ b/LayoutTests/crypto/importKey-expected.txt
|
| @@ -27,6 +27,8 @@ rejected with null
|
| PASS crypto.subtle.importKey(keyFormat, data, algorithm, extractable, keyUsages) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| PASS crypto.subtle.importKey('invalid format', data, algorithm, extractable, keyUsages) threw exception TypeError: Type error.
|
| PASS crypto.subtle.importKey(keyFormat, data, algorithm, extractable, ['SIGN']) threw exception TypeError: Type error.
|
| +PASS crypto.subtle.importKey(keyFormat, [], algorithm, extractable, keyUsages) threw exception TypeError: Type error.
|
| +PASS crypto.subtle.importKey(keyFormat, null, algorithm, extractable, keyUsages) threw exception TypeError: Type error.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|