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

Side by Side Diff: LayoutTests/crypto/subtle/hmac-generateKey-failures-expected.txt

Issue 861763002: [WebCrypto] Normalize name of WebCrypto failure layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
1 Tests generateKey() with bad HMAC parameters. 1 Tests generateKey() with bad HMAC parameters.
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 6
7 generateKey() with a length of -3... 7 generateKey() with a length of -3...
8 error is: TypeError: HmacKeyGenParams: length: Outside of numeric range 8 error is: TypeError: HmacKeyGenParams: length: Outside of numeric range
9 9
10 generateKey() with hash name empty string... 10 generateKey() with hash name empty string...
(...skipping 13 matching lines...) Expand all
24 24
25 generateKey() with length that is a string... 25 generateKey() with length that is a string...
26 error is: TypeError: HmacKeyGenParams: length: Is not a number 26 error is: TypeError: HmacKeyGenParams: length: Is not a number
27 27
28 generateKey() with length that is a undefined... 28 generateKey() with length that is a undefined...
29 error is: TypeError: HmacKeyGenParams: length: Is not a number 29 error is: TypeError: HmacKeyGenParams: length: Is not a number
30 PASS successfullyParsed is true 30 PASS successfullyParsed is true
31 31
32 TEST COMPLETE 32 TEST COMPLETE
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698