Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / crypto / subtle / hmac / import-jwk-expected.txt
blob7ea266d14617218b180ae375150fd84966570d2a
1 Test importing a JWK key for HMAC.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Importing a key...
8 PASS key.type is 'secret'
9 PASS key.extractable is false
10 PASS key.algorithm.name is 'HMAC'
11 PASS key.algorithm.length is 256
12 PASS key.usages is ["sign", "verify"]
14 Using the key to sign message 'foo'...
15 PASS bytesToHexString(new Uint8Array(signature)) is 'e03736fe098892b2a2da77812431f7c014d32e2fd69f3bcff883ac923a8fa2da'
17 Verifying the signature...
18 PASS verificationResult is true
19 PASS successfullyParsed is true
21 TEST COMPLETE