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

Unified Diff: LayoutTests/crypto/subtle/hkdf-importKey-failures-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
Index: LayoutTests/crypto/subtle/hkdf-importKey-failures-expected.txt
diff --git a/LayoutTests/crypto/subtle/hkdf-importKey-failures-expected.txt b/LayoutTests/crypto/subtle/hkdf-importKey-failures-expected.txt
deleted file mode 100644
index 0e37504c672b75534e33a096a489927dc1a89f95..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/subtle/hkdf-importKey-failures-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-Test inputs to HKDF importKey()
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-
-importKey() with 'encrypt' usage...
-error is: SyntaxError: Cannot create a key using the specified key usages.
-
-importKey() with null key data...
-error is: DataError: Key data must be a buffer for non-JWK formats
-
-importKey() with jwk format...
-error is: NotSupportedError: Unsupported import key format for algorithm
-
-importKey() with spki format...
-error is: NotSupportedError: Unsupported import key format for algorithm
-
-importKey() with empty usages...
-error is: SyntaxError: Usages cannot be empty when creating a key.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/crypto/subtle/hkdf-importKey-failures.html ('k') | LayoutTests/crypto/subtle/hkdf-unwrapKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698