Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / crypto / subtle / aes-cbc / wrap-rsa-non-extractable-expected.txt
blob66f065879d7da90954552b1a0b6731e96e4b9a6c
1 Test wrapping an RSA key with AES-CBC.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Importing a key to wrap...
7 PASS key.algorithm.name is 'RSASSA-PKCS1-v1_5'
8 Importing a key encryption key...
9 PASS wrappingKey.algorithm.name is 'AES-CBC'
10 wrapping the key...
11 PASS Rejected: InvalidAccessError: key is not extractable
12 PASS successfullyParsed is true
14 TEST COMPLETE