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

Unified Diff: LayoutTests/crypto/subtle/hmac-export-key-expected.txt

Issue 957713004: [WebCrypto] Split LayoutTests/crypto/subtle into per-algorithm directories (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to latest master Created 5 years, 10 months 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/subtle/hmac-export-key.html ('k') | LayoutTests/crypto/subtle/hmac-generate-key.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/subtle/hmac-export-key-expected.txt
diff --git a/LayoutTests/crypto/subtle/hmac-export-key-expected.txt b/LayoutTests/crypto/subtle/hmac-export-key-expected.txt
deleted file mode 100644
index 058e3e584e3aaf559839ce487bc79bedbad69764..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/subtle/hmac-export-key-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-Test exporting an AES key.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Importing a JWK key...
-error is: TypeError: Invalid keyFormat argument
-error is: TypeError: Invalid keyFormat argument
-error is: TypeError: Invalid keyFormat argument
-error is: TypeError: Invalid keyFormat argument
-error is: TypeError: Invalid keyFormat argument
-Exporting the key as raw data...
-PASS bytesToHexString(new Uint8Array(exportedData)) is '6a18e49feff7f3b7e09ec89b7f6deab2f6a18e49feff7f3b7e09ec89b7f6deab'
-Exporting the key as JWK...
-PASS exportedJWK.kty is 'oct'
-PASS exportedJWK.k is 'ahjkn-_387fgnsibf23qsvahjkn-_387fgnsibf23qs'
-PASS exportedJWK.alg is 'HS256'
-PASS exportedJWK.ext is true
-PASS exportedJWK.use is undefined
-PASS exportedJWK.key_ops is ['sign', 'verify']
-
-Importing a key that's not extractable...
-
-Trying to export as raw...
-error is: InvalidAccessError: key is not extractable
-PASS Rejected, as expected
-Trying to export as jwk...
-error is: InvalidAccessError: key is not extractable
-PASS Rejected, as expected
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/crypto/subtle/hmac-export-key.html ('k') | LayoutTests/crypto/subtle/hmac-generate-key.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698