Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / crypto / rsassa-pkcs1-v1_5-import-jwk-expected.txt
index 7786dc2..61d4688 100644 (file)
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 
 
 Importing a public key...
-PASS publicKey.toString() is '[object Key]'
+PASS publicKey.toString() is '[object CryptoKey]'
 PASS publicKey.type is 'public'
 PASS publicKey.usages is ['verify']
 PASS publicKey.algorithm.name is 'RSASSA-PKCS1-v1_5'
@@ -13,7 +13,7 @@ PASS bytesToHexString(publicKey.algorithm.publicExponent) is '010001'
 PASS publicKey.algorithm.hash.name is 'SHA-256'
 
 Importing a private key...
-PASS privateKey.toString() is '[object Key]'
+PASS privateKey.toString() is '[object CryptoKey]'
 PASS privateKey.type is 'private'
 PASS privateKey.usages is ['sign']
 PASS privateKey.algorithm.name is 'RSASSA-PKCS1-v1_5'