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

Side by Side Diff: LayoutTests/crypto/subtle/import-aes-key-bad-length-expected.txt

Issue 806913006: [WebCrypto] Move LayoutTests from crypto to crypto/subtle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update path for deserialize legacy tests Created 6 years 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
1 Tests importing an AES key from raw with wrong length 1 Tests importing an AES key from raw with wrong length
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS: Failed to import AES-CBC key of length 0 bytes 6 PASS: Failed to import AES-CBC key of length 0 bytes
7 PASS: Failed to import AES-CBC key of length 1 bytes 7 PASS: Failed to import AES-CBC key of length 1 bytes
8 PASS: Failed to import AES-CBC key of length 15 bytes 8 PASS: Failed to import AES-CBC key of length 15 bytes
9 PASS: Failed to import AES-CBC key of length 17 bytes 9 PASS: Failed to import AES-CBC key of length 17 bytes
10 PASS: Failed to import AES-CBC key of length 31 bytes 10 PASS: Failed to import AES-CBC key of length 31 bytes
(...skipping 16 matching lines...) Expand all
27 PASS: Failed to import AES-KW key of length 17 bytes 27 PASS: Failed to import AES-KW key of length 17 bytes
28 PASS: Failed to import AES-KW key of length 31 bytes 28 PASS: Failed to import AES-KW key of length 31 bytes
29 PASS: Failed to import AES-KW key of length 33 bytes 29 PASS: Failed to import AES-KW key of length 33 bytes
30 PASS: Failed to import AES-KW key of length 23 bytes 30 PASS: Failed to import AES-KW key of length 23 bytes
31 PASS: Failed to import AES-KW key of length 25 bytes 31 PASS: Failed to import AES-KW key of length 25 bytes
32 PASS: Failed to import AES-KW key of length 64 bytes 32 PASS: Failed to import AES-KW key of length 64 bytes
33 PASS successfullyParsed is true 33 PASS successfullyParsed is true
34 34
35 TEST COMPLETE 35 TEST COMPLETE
36 36
OLDNEW
« no previous file with comments | « LayoutTests/crypto/subtle/import-aes-key-bad-length.html ('k') | LayoutTests/crypto/subtle/import-jwk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698