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

Unified Diff: LayoutTests/crypto/subtle/pbkdf2-deriveBits-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/pbkdf2-deriveBits-expected.txt
diff --git a/LayoutTests/crypto/subtle/pbkdf2-deriveBits-expected.txt b/LayoutTests/crypto/subtle/pbkdf2-deriveBits-expected.txt
deleted file mode 100644
index 3f658cd81f1a678afff43d62f71e8453602058ec..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/subtle/pbkdf2-deriveBits-expected.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-Tests importKey/deriveBits for PBKDF2
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS tmpKey.type is "secret"
-PASS typeof tmpKey.extractable is 'boolean'
-PASS tmpKey.extractable is false
-PASS tmpKey.algorithm.name is "PBKDF2"
-PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
-PASS: deriveBits should be [a7950c143ec64e2b8d4bb1db8677188b] and was
-PASS derivedBits.byteLength is 0
-PASS tmpKey.type is "secret"
-PASS typeof tmpKey.extractable is 'boolean'
-PASS tmpKey.extractable is false
-PASS tmpKey.algorithm.name is "PBKDF2"
-PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
-PASS: deriveBits should be [7deaf8b4a801011c1cd27f36e3bfc962] and was
-PASS derivedBits.byteLength is 0
-PASS tmpKey.type is "secret"
-PASS typeof tmpKey.extractable is 'boolean'
-PASS tmpKey.extractable is false
-PASS tmpKey.algorithm.name is "PBKDF2"
-PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
-PASS: deriveBits should be [83eb100b6a3a975f0fe3ffcdc2419852] and was
-PASS derivedBits.byteLength is 0
-PASS tmpKey.type is "secret"
-PASS typeof tmpKey.extractable is 'boolean'
-PASS tmpKey.extractable is false
-PASS tmpKey.algorithm.name is "PBKDF2"
-PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
-PASS: deriveBits should be [e4dfce3830983830c50c351a0b0f79e1] and was
-PASS derivedBits.byteLength is 0
-PASS tmpKey.type is "secret"
-PASS typeof tmpKey.extractable is 'boolean'
-PASS tmpKey.extractable is false
-PASS tmpKey.algorithm.name is "PBKDF2"
-PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
-PASS: deriveBits should be [750261780a187897a9978371599db5d1] and was
-PASS derivedBits.byteLength is 0
-PASS tmpKey.type is "secret"
-PASS typeof tmpKey.extractable is 'boolean'
-PASS tmpKey.extractable is false
-PASS tmpKey.algorithm.name is "PBKDF2"
-PASS tmpKey.usages.join(',') is "deriveKey,deriveBits"
-PASS: deriveBits should be [] and was
-PASS derivedBits.byteLength is 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/crypto/subtle/pbkdf2-deriveBits.html ('k') | LayoutTests/crypto/subtle/pbkdf2-deriveBits-failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698