| Index: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/derive_bits_keys/test_pbkdf2_long_short.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/derive_bits_keys/test_pbkdf2.html b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/derive_bits_keys/test_pbkdf2_long_short.https.html
|
| similarity index 91%
|
| copy from third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/derive_bits_keys/test_pbkdf2.html
|
| copy to third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/derive_bits_keys/test_pbkdf2_long_short.https.html
|
| index 0658b1a2fd8e041d80cab122be55ed48c1993344..fa81c7f3c1e4b7cb29d00b720096d73b87a57407 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/derive_bits_keys/test_pbkdf2.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/derive_bits_keys/test_pbkdf2_long_short.https.html
|
| @@ -15,5 +15,8 @@
|
|
|
| <div id="log"></div>
|
| <script>
|
| -run_test();
|
| +run_test(
|
| + "long", //password size
|
| + "short" //salt size
|
| +);
|
| </script>
|
|
|