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

Side by Side Diff: LayoutTests/crypto/subtle/jwk-export-use-values-expected.txt

Issue 806913006: [WebCrypto] Move LayoutTests from crypto to crypto/subtle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update path for deserialize legacy tests 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
1 Test exporting keys with various usages to JWK. 1 Test exporting keys with various usages to JWK.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 encrypt: 6 encrypt:
7 PASS jwk.use is undefined 7 PASS jwk.use is undefined
8 PASS jwk.key_ops is ["encrypt"] 8 PASS jwk.key_ops is ["encrypt"]
9 9
10 decrypt: 10 decrypt:
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 PASS jwk.key_ops is ["verify"] 44 PASS jwk.key_ops is ["verify"]
45 45
46 sign,verify: 46 sign,verify:
47 PASS jwk.use is undefined 47 PASS jwk.use is undefined
48 PASS jwk.key_ops is ["sign","verify"] 48 PASS jwk.key_ops is ["sign","verify"]
49 49
50 PASS successfullyParsed is true 50 PASS successfullyParsed is true
51 51
52 TEST COMPLETE 52 TEST COMPLETE
53 53
OLDNEW
« no previous file with comments | « LayoutTests/crypto/subtle/jwk-export-use-values.html ('k') | LayoutTests/crypto/subtle/jwk-import-use-values.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698