X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fcrypto%2Frsa-oaep-wrap-unwrap-aes-expected.txt;h=c50bd9ec0a8e8316f14d33d2546e81ae24ac7982;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=69286def109b75daee50a150a3b44c27756e10bd;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/crypto/rsa-oaep-wrap-unwrap-aes-expected.txt b/src/third_party/WebKit/LayoutTests/crypto/rsa-oaep-wrap-unwrap-aes-expected.txt index 69286de..c50bd9e 100644 --- a/src/third_party/WebKit/LayoutTests/crypto/rsa-oaep-wrap-unwrap-aes-expected.txt +++ b/src/third_party/WebKit/LayoutTests/crypto/rsa-oaep-wrap-unwrap-aes-expected.txt @@ -8,7 +8,7 @@ Importing an AES key... Wrapping it... PASS wrappedKey.toString() is '[object ArrayBuffer]' Unwrapping it... -PASS unwrappedKey.toString() is '[object Key]' +PASS unwrappedKey.toString() is '[object CryptoKey]' PASS unwrappedKey.type is 'secret' PASS unwrappedKey.extractable is true PASS unwrappedKey.algorithm.name is 'AES-CBC' @@ -20,7 +20,7 @@ PASS bytesToHexString(unwrappedKeyData) is bytesToHexString(aesKeyData) Wrapping the same key as JWK... PASS wrappedKey.toString() is '[object ArrayBuffer]' Unwrapping it... -PASS unwrappedKey.toString() is '[object Key]' +PASS unwrappedKey.toString() is '[object CryptoKey]' PASS unwrappedKey.type is 'secret' PASS unwrappedKey.extractable is true PASS unwrappedKey.algorithm.name is 'AES-CBC'