Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / crypto / subtle / hkdf / unwrapKey-expected.txt
blobc37309ab35d8fb79b76f4ba3afeba68824906692
1 Test unwrapping an HKDF key
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS wrappingKey.algorithm.name is "AES-GCM"
7 PASS typeof wrappingKey.extractable is 'boolean'
8 PASS wrappingKey.extractable is false
9 PASS wrappingKey.usages.join(',') is "encrypt,unwrapKey"
10 PASS unwrappedHkdfKey.algorithm.name is "HKDF"
11 PASS typeof unwrappedHkdfKey.extractable is 'boolean'
12 PASS unwrappedHkdfKey.extractable is false
13 PASS unwrappedHkdfKey.usages.join(',') is "deriveBits"
15 Unwrap an HKDF key using pkcs8 as the format.
16 error is: NotSupportedError: Unsupported import key format for algorithm
17 PASS successfullyParsed is true
19 TEST COMPLETE