| Index: LayoutTests/crypto/subtle/ecdsa/sign-verify.html
|
| diff --git a/LayoutTests/crypto/subtle/ecdsa-sign-verify.html b/LayoutTests/crypto/subtle/ecdsa/sign-verify.html
|
| similarity index 94%
|
| rename from LayoutTests/crypto/subtle/ecdsa-sign-verify.html
|
| rename to LayoutTests/crypto/subtle/ecdsa/sign-verify.html
|
| index 10ed7d5bf34b27464f5876a23972ec9210dc1574..0189779775511ffd38d1e29ed73599ebd4c48716 100644
|
| --- a/LayoutTests/crypto/subtle/ecdsa-sign-verify.html
|
| +++ b/LayoutTests/crypto/subtle/ecdsa/sign-verify.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>
|
|
|