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

Side by Side Diff: LayoutTests/crypto/hmac-generate-key-expected.txt

Issue 298023002: [webcrypto] Import WebKit's webcrypto tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove FIXME for unrecognized jwk usages (supported now) Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/crypto/hmac-generate-key.html ('k') | LayoutTests/crypto/hmac-import-jwk.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Test generating a HMAC key.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6
7 Generating a key with default length...
8 error is: TypeError: Failed to execute 'generateKey' on 'SubtleCrypto': paramete r 1 ('algorithm') is not an object.
9 error is: SyntaxError: HmacKeyGenParams: hash: Missing or not a dictionary
10 error is: SyntaxError: HmacKeyGenParams: length: Is not a number
11 error is: SyntaxError: HmacKeyGenParams: length: Is not a number
12 PASS key.type is 'secret'
13 PASS key.extractable is true
14 PASS key.algorithm.name is 'HMAC'
15 PASS key.algorithm.length is 512
16 PASS key.usages is ["sign", "verify"]
17
18 Generating a key with custom length...
19 PASS key.type is 'secret'
20 PASS key.extractable is true
21 PASS key.algorithm.name is 'HMAC'
22 PASS key.algorithm.length is 40
23 PASS key.usages is ["sign"]
24 PASS successfullyParsed is true
25
26 TEST COMPLETE
27
OLDNEW
« no previous file with comments | « LayoutTests/crypto/hmac-generate-key.html ('k') | LayoutTests/crypto/hmac-import-jwk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698