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 |
+ |