Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / crypto / subtle / hmac / cloneKey-empty-expected.txt
blobd7293b1752e1d0d039565805df3ce4d5090f59db
1 Tests structured de-cloning of empty HMAC keys
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS key.type is "secret"
7 PASS typeof key.extractable is 'boolean'
8 PASS key.extractable is true
9 PASS key.algorithm.name is "HMAC"
10 PASS key.algorithm.length is 0
11 PASS key.algorithm.hash.name is "SHA-1"
12 PASS key.usages.toString() is "sign"
13 PASS successfullyParsed is true
15 TEST COMPLETE