| 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
|
|
|