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

Unified Diff: third_party/WebKit/LayoutTests/crypto/subtle/modify-importKey-data-during-normalization-expected.txt

Issue 2316633003: Copy data bytes in Web Crypto's importKey() and verify() operations (Closed)
Patch Set: add layout tests Created 4 years, 3 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/modify-importKey-data-during-normalization-expected.txt
diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/modify-importKey-data-during-normalization-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/modify-importKey-data-during-normalization-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ed10262f0233137e7eac327fe3154d947f9a40cb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/crypto/subtle/modify-importKey-data-during-normalization-expected.txt
@@ -0,0 +1,17 @@
+Tests crypto.subtle.importKey() using a BufferSource that is modified during algorithm normalization
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Importing key...
+Accessed name property
+Corrupting keyData...
+Exporting key...
+PASS: Exported data should be [30112233445566778899aabbccddeeff] and was
+Importing key (again)...
+Importing second key...
+PASS: Exported data should be [00002233445566778899aabbccddeeff] and was
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698