| Index: third_party/WebKit/LayoutTests/crypto/subtle/pbkdf2/deriveBits-rfc6070-test-vectors.html
|
| diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/pbkdf2/deriveBits-rfc6070-test-vectors.html b/third_party/WebKit/LayoutTests/crypto/subtle/pbkdf2/deriveBits-rfc6070-test-vectors.html
|
| index 14da3c67241983a3a8df0349c5740e7280b68791..d87a2bb33072b05c231e99928f965ccf80506930 100644
|
| --- a/third_party/WebKit/LayoutTests/crypto/subtle/pbkdf2/deriveBits-rfc6070-test-vectors.html
|
| +++ b/third_party/WebKit/LayoutTests/crypto/subtle/pbkdf2/deriveBits-rfc6070-test-vectors.html
|
| @@ -102,10 +102,6 @@ function runPbkdf2SuccessTestCase(testCase)
|
| return crypto.subtle.deriveBits(params, key, testCase.dkLen*8);
|
| }).then(function(result) {
|
| bytesShouldMatchHexString("deriveBits", testCase.derived_key, result);
|
| - return crypto.subtle.deriveBits(params, key, 0);
|
| - }).then(function(result) {
|
| - derivedBits = result;
|
| - shouldBe("derivedBits.byteLength", "0");
|
| });
|
| }
|
|
|
|
|