Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: LayoutTests/crypto/exportKey-deserializedKey-expected.txt

Issue 770363002: [WebCrypto] Crypto tests updated to use KeyUsage (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to match latest changes of CL:809533002 Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Test storing a Raw key in IndexedDB, and retrieving it which has empty key usage .
eroman 2014/12/17 21:08:43 Where is this test? It is not attached to the chan
Habib Virji 2014/12/18 09:36:38 It is from first patch, somehow this file got incl
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Put key into database successfully
7 Put key into database successfully
8 Read AES Key
9 PASS retrievedKey.format is "jwk"
10 PASS retrievedKey.keyData.k is "jnOw99oOZFLIEPMrgJB55WL46tJSLGt7jnOw99oOZFI"
11 PASS retrievedKey.extractable is true
12 PASS retrievedKey.algorithm.name is "AES-CBC"
13 PASS retrievedKey.usages is []
14 Read HMAC Key
15 PASS retrievedKey.format is "jwk"
16 PASS retrievedKey.keyData.k is "jnOw99oOZFLIEPMrgJB55WL46tJSLGt7jnOw99oOZFI"
17 PASS retrievedKey.extractable is true
18 PASS retrievedKey.algorithm.name is "HMAC"
19 PASS retrievedKey.usages is []
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698