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

Unified Diff: LayoutTests/crypto/subtle/hkdf-failures-expected.txt

Issue 822083003: Webcrypto: add layout tests for HKDF algorithm (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use correct diffbase Created 5 years, 11 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-failures-expected.txt
diff --git a/LayoutTests/crypto/subtle/hkdf-failures-expected.txt b/LayoutTests/crypto/subtle/hkdf-failures-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d1db317b0408b12e85e7fdd830cb26d89f707790
--- /dev/null
+++ b/LayoutTests/crypto/subtle/hkdf-failures-expected.txt
@@ -0,0 +1,12 @@
+Test that HKDF does not support methods it should not support.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+
+HKDF does not support exportKey()...
eroman 2015/01/07 01:18:43 Make this read what it is about to do: calling
nharper 2015/01/09 22:41:47 Done.
+error is: NotSupportedError: Unsupported export key format for algorithm
eroman 2015/01/07 01:18:43 This is an unexpected error message -- it should i
eroman 2015/01/09 03:16:01 To clarify, this was just an FYI comment. I expec
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698