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

Unified Diff: third_party/WebKit/LayoutTests/crypto/subtle/hkdf/deriveBits-expected.txt

Issue 2837383002: Raise an error when calling WebCrypto's deriveBits() for HKDF with (Closed)
Patch Set: checkpoint Created 3 years, 8 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: third_party/WebKit/LayoutTests/crypto/subtle/hkdf/deriveBits-expected.txt
diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/deriveBits-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/deriveBits-expected.txt
index cbcf05217eb76b0cb8ebf640e754c9e13f3e8317..81b887023fb1307d3f05b4a1eab6777018497fa6 100644
--- a/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/deriveBits-expected.txt
+++ b/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/deriveBits-expected.txt
@@ -5,9 +5,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Derive 0 bits from the HKDF key
PASS derivedBits.byteLength is 0
-Derive 4 bits from the HKDF key
+Derive 8 bits from the HKDF key
PASS derivedBits.byteLength is 1
-PASS derivedBits.getUint8(0) is 0x80
+PASS derivedBits.getUint8(0) is 141
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698