Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / crypto / subtle / wrapKey-unextractable-expected.txt
blobc17fe39e14117f32ce6200566200f9b7a97a09e0
1 Tests that an unextractable key cannot be wrapped.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS typeof key.extractable is 'boolean'
7 PASS key.extractable is false
8 error is: InvalidAccessError: key is not extractable
9 PASS successfullyParsed is true
11 TEST COMPLETE