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

Unified Diff: LayoutTests/crypto/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: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/crypto/ec-export-public-key.html ('k') | LayoutTests/crypto/ecdh-deriveBits.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/ec-export-public-key-expected.txt
diff --git a/LayoutTests/crypto/ec-export-public-key-expected.txt b/LayoutTests/crypto/ec-export-public-key-expected.txt
deleted file mode 100644
index 2a40568f8aa35f152ffdcaaf319d7620ffe18f46..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/ec-export-public-key-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-Test exporting a public EC key.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-
-Importing a SPKI key...
-
-Exporting the key as JWK...
-PASS exportedJWK.kty is "EC"
-PASS exportedJWK.crv is "P-256"
-PASS exportedJWK.x is "nLDPaTA9r8dh1ORoe07PA55tNKuWSvgIENjVWKSo1vc"
-PASS exportedJWK.y is "LVEjOheIkgqG7gihlix576MX-3h54pfa0hRtuZX6HHg"
-PASS exportedJWK.alg is undefined
-PASS exportedJWK.ext is true
-PASS exportedJWK.key_ops is ['verify']
-PASS exportedJWK.use is undefined
-
-Exporting the key as SPKI...
-PASS: exportedSpki should be [3059301306072a8648ce3d020106082a8648ce3d030107034200049cb0cf69303dafc761d4e4687b4ecf039e6d34ab964af80810d8d558a4a8d6f72d51233a1788920a86ee08a1962c79efa317fb7879e297dad2146db995fa1c78] and was
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/crypto/ec-export-public-key.html ('k') | LayoutTests/crypto/ecdh-deriveBits.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698