| Index: LayoutTests/crypto/importKey.html
|
| diff --git a/LayoutTests/crypto/importKey.html b/LayoutTests/crypto/importKey.html
|
| index 0cb3c22c56120edfa567f0e86c927746715e1e6d..7deabb91d5b96548962e19b49488f79a8cb39fd0 100644
|
| --- a/LayoutTests/crypto/importKey.html
|
| +++ b/LayoutTests/crypto/importKey.html
|
| @@ -110,7 +110,7 @@ Promise.resolve(null).then(function() {
|
| shouldThrow("crypto.subtle.importKey(keyFormat, null, algorithm, extractable, keyUsages)");
|
|
|
| // Missing hash parameter for HMAC.
|
| - shouldThrow("crypto.subtle.importKey(keyFormat, data, {name: 'hmac'}, extractable, keyUsages)");
|
| + shouldRejectPromiseWithNull("crypto.subtle.importKey(keyFormat, data, {name: 'hmac'}, extractable, keyUsages)");
|
|
|
| // SHA-1 doesn't support the importKey operation.
|
| shouldThrow("crypto.subtle.importKey(keyFormat, data, {name: 'sha-1'}, extractable, keyUsages)");
|
|
|