Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / crypto / subtle / algorithm-identifier-as-string-expected.txt
blob35f3a76a88268203b8b9b54553d4fe62848d5067
1 Tests that a string can be passed in place of an AlgorithmIdentifier
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS key.type is "secret"
7 PASS key.algorithm.name is "AES-CBC"
8 PASS key.algorithm.length is 128
9 PASS: sha-1 of empty string should be [da39a3ee5e6b4b0d3255bfef95601890afd80709] and was
10 PASS key.type is "secret"
11 PASS key.algorithm.name is "HMAC"
12 PASS key.algorithm.hash.name is "SHA-256"
13 PASS key.algorithm.length is 120
14 PASS successfullyParsed is true
16 TEST COMPLETE