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

Side by Side Diff: third_party/WebKit/LayoutTests/crypto/subtle/encrypt-neutered-data-expected.txt

Issue 2141843002: Copy array buffer data used by WebCrypto in the order expected by draft specification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change FIXME --> TODO(eroman) Created 4 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests crypto.subtle.encrypt() using a BufferSource that was neutered (prior to e ncrypt())
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Importing key...
7
8 Encrypting empty plaintext (as a control group)...
9 PASS: Encryption should be [c84af0b613435d5d9182801a9bd9320b] and was
10
11 Creating ArrayBuffer...
12 PASS plainText.byteLength is 1000
13 Neutering plainText...
14 PASS plainText.byteLength is 0
15
16 Encrypting neutered plaintext...
17 PASS: Encryption should be [c84af0b613435d5d9182801a9bd9320b] and was
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698