| Index: third_party/WebKit/LayoutTests/crypto/subtle/hkdf/deriveBits-failures-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/deriveBits-failures-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/deriveBits-failures-expected.txt
|
| index f2be32a9f2656f8b04cbe00e04c9de5e2203d593..d405e3c2cc097b39b7ac71852953794c5d7348ed 100644
|
| --- a/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/deriveBits-failures-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/deriveBits-failures-expected.txt
|
| @@ -12,6 +12,9 @@ error is: InvalidAccessError: key.algorithm does not match that of operation
|
|
|
| deriveBits() with length of 65281...
|
| error is: OperationError: The length provided for HKDF is too large.
|
| +
|
| +deriveBits() with length of 15...
|
| +error is: OperationError: The length provided for HKDF is not a multiple of 8 bits.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|