Index: LayoutTests/crypto/importKey-expected.txt |
diff --git a/LayoutTests/crypto/importKey-expected.txt b/LayoutTests/crypto/importKey-expected.txt |
index 86c27275f5e2060c365330b430b6912fdf3d9203..5194549f5f0518e6d05517203b8763b4cc345d3e 100644 |
--- a/LayoutTests/crypto/importKey-expected.txt |
+++ b/LayoutTests/crypto/importKey-expected.txt |
@@ -29,8 +29,8 @@ PASS crypto.subtle.importKey('invalid format', data, algorithm, extractable, key |
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 crypto.subtle.importKey(keyFormat, data, invalidHmac, extractable, keyUsages) threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
-PASS crypto.subtle.importKey(keyFormat, data, sha1, extractable, keyUsages) threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS crypto.subtle.importKey(keyFormat, data, {name: 'hmac'}, extractable, keyUsages) threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS crypto.subtle.importKey(keyFormat, data, {name: 'sha-1'}, extractable, keyUsages) threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
PASS successfullyParsed is true |
TEST COMPLETE |