Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(682)

Unified Diff: third_party/WebKit/LayoutTests/crypto/subtle/aes-ctr/cloneKey-expected.txt

Issue 2726573002: Rebaseline crypto/subtle/*/cloneKey.html. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/crypto/subtle/aes-ctr/cloneKey-expected.txt
diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/aes-ctr/cloneKey-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/aes-ctr/cloneKey-expected.txt
index 8e90c6bbdb6784591e1122768c1a5bf92c715d7c..fd70462ccf1dd8c98f01419ec1e669546db7f7ac 100644
--- a/third_party/WebKit/LayoutTests/crypto/subtle/aes-ctr/cloneKey-expected.txt
+++ b/third_party/WebKit/LayoutTests/crypto/subtle/aes-ctr/cloneKey-expected.txt
@@ -18,7 +18,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CTR"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "wrapKey,unwrapKey"
-Serialized key bytes: 4b010b10c1011030112233445566778899aabbccddeeff00
+Serialized key bytes: 5c4b010b10c1011030112233445566778899aabbccddeeff
PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
PASS importedKey.extraProperty is "hi"
@@ -36,7 +36,7 @@ PASS clonedKey.extractable is true
PASS clonedKey.algorithm.name is "AES-CTR"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "wrapKey,unwrapKey"
-Serialized key bytes: 4b010b20c1012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
+Serialized key bytes: 5c4b010b20c1012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f] and was
PASS importedKey.extraProperty is "hi"
@@ -54,7 +54,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CTR"
PASS clonedKey.algorithm.length is 128
PASS clonedKey.usages.join(',') is "wrapKey,unwrapKey"
-Serialized key bytes: 4b010b10c0011030112233445566778899aabbccddeeff00
+Serialized key bytes: 5c4b010b10c0011030112233445566778899aabbccddeeff
PASS importedKey.extraProperty is "hi"
PASS importedKey.type is "secret"
@@ -71,7 +71,7 @@ PASS clonedKey.extractable is false
PASS clonedKey.algorithm.name is "AES-CTR"
PASS clonedKey.algorithm.length is 256
PASS clonedKey.usages.join(',') is "wrapKey,unwrapKey"
-Serialized key bytes: 4b010b20c0012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f00
+Serialized key bytes: 5c4b010b20c0012000112233445546778899aabbccddeeff000102030405060708090a0b0c0d0e0f
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698