Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / crypto / subtle / hmac / generate-key-expected.txt
blobb2fd3bbb7d05386bbe2977bb410bb7050fd2d9af
1 Test generating a HMAC key.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Generating a key with default length...
8 error is: TypeError: HmacKeyGenParams: hash: Missing or not an AlgorithmIdentifier
9 error is: TypeError: HmacKeyGenParams: hash: Missing or not an AlgorithmIdentifier
10 error is: TypeError: HmacKeyGenParams: length: Is not a number
11 error is: TypeError: 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"]
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
26 TEST COMPLETE