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

Side by Side Diff: LayoutTests/crypto/subtle/ec-export-public-key-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: 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 a public EC key. 1 Test exporting a public EC key.
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 6
7 Importing a SPKI key... 7 Importing a SPKI key...
8 8
9 Exporting the key as JWK... 9 Exporting the key as JWK...
10 PASS exportedJWK.kty is "EC" 10 PASS exportedJWK.kty is "EC"
11 PASS exportedJWK.crv is "P-256" 11 PASS exportedJWK.crv is "P-256"
12 PASS exportedJWK.x is "nLDPaTA9r8dh1ORoe07PA55tNKuWSvgIENjVWKSo1vc" 12 PASS exportedJWK.x is "nLDPaTA9r8dh1ORoe07PA55tNKuWSvgIENjVWKSo1vc"
13 PASS exportedJWK.y is "LVEjOheIkgqG7gihlix576MX-3h54pfa0hRtuZX6HHg" 13 PASS exportedJWK.y is "LVEjOheIkgqG7gihlix576MX-3h54pfa0hRtuZX6HHg"
14 PASS exportedJWK.alg is undefined 14 PASS exportedJWK.alg is undefined
15 PASS exportedJWK.ext is true 15 PASS exportedJWK.ext is true
16 PASS exportedJWK.key_ops is ['verify'] 16 PASS exportedJWK.key_ops is ['verify']
17 PASS exportedJWK.use is undefined 17 PASS exportedJWK.use is undefined
18 18
19 Exporting the key as SPKI... 19 Exporting the key as SPKI...
20 PASS: exportedSpki should be [3059301306072a8648ce3d020106082a8648ce3d0301070342 00049cb0cf69303dafc761d4e4687b4ecf039e6d34ab964af80810d8d558a4a8d6f72d51233a1788 920a86ee08a1962c79efa317fb7879e297dad2146db995fa1c78] and was 20 PASS: exportedSpki should be [3059301306072a8648ce3d020106082a8648ce3d0301070342 00049cb0cf69303dafc761d4e4687b4ecf039e6d34ab964af80810d8d558a4a8d6f72d51233a1788 920a86ee08a1962c79efa317fb7879e297dad2146db995fa1c78] and was
21 PASS successfullyParsed is true 21 PASS successfullyParsed is true
22 22
23 TEST COMPLETE 23 TEST COMPLETE
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698