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

Side by Side Diff: LayoutTests/crypto/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: 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
(Empty)
1 Tests importing an AES key from raw with wrong length
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS: Failed to import AES-CBC key of length 0 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
9 PASS: Failed to import AES-CBC key of length 17 bytes
10 PASS: Failed to import AES-CBC key of length 31 bytes
11 PASS: Failed to import AES-CBC key of length 33 bytes
12 PASS: Failed to import AES-CBC key of length 23 bytes
13 PASS: Failed to import AES-CBC key of length 25 bytes
14 PASS: Failed to import AES-CBC key of length 64 bytes
15 PASS: Failed to import AES-GCM key of length 0 bytes
16 PASS: Failed to import AES-GCM key of length 1 bytes
17 PASS: Failed to import AES-GCM key of length 15 bytes
18 PASS: Failed to import AES-GCM key of length 17 bytes
19 PASS: Failed to import AES-GCM key of length 31 bytes
20 PASS: Failed to import AES-GCM key of length 33 bytes
21 PASS: Failed to import AES-GCM key of length 23 bytes
22 PASS: Failed to import AES-GCM key of length 25 bytes
23 PASS: Failed to import AES-GCM key of length 64 bytes
24 PASS: Failed to import AES-KW key of length 0 bytes
25 PASS: Failed to import AES-KW key of length 1 bytes
26 PASS: Failed to import AES-KW key of length 15 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
29 PASS: Failed to import AES-KW key of length 33 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
32 PASS: Failed to import AES-KW key of length 64 bytes
33 PASS successfullyParsed is true
34
35 TEST COMPLETE
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698