| Index: LayoutTests/crypto/subtle/pbkdf2/deriveKey-aes.html
|
| diff --git a/LayoutTests/crypto/subtle/pbkdf2-deriveKey-aes.html b/LayoutTests/crypto/subtle/pbkdf2/deriveKey-aes.html
|
| similarity index 97%
|
| rename from LayoutTests/crypto/subtle/pbkdf2-deriveKey-aes.html
|
| rename to LayoutTests/crypto/subtle/pbkdf2/deriveKey-aes.html
|
| index ecc061e197d1a63cb4c9ba1dddf2cf1de20dbe65..0954f62bed9dcef45725cca16562df4b9e0d1613 100644
|
| --- a/LayoutTests/crypto/subtle/pbkdf2-deriveKey-aes.html
|
| +++ b/LayoutTests/crypto/subtle/pbkdf2/deriveKey-aes.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -<script src="../../resources/js-test.js"></script>
|
| -<script src="resources/common.js"></script>
|
| +<script src="../../../resources/js-test.js"></script>
|
| +<script src="../resources/common.js"></script>
|
| </head>
|
| <body>
|
| <p id="description"></p>
|
|
|