| Index: LayoutTests/crypto/subtle/aes-cbc/unwrap-rsa.html
|
| diff --git a/LayoutTests/crypto/subtle/aes-cbc-unwrap-rsa.html b/LayoutTests/crypto/subtle/aes-cbc/unwrap-rsa.html
|
| similarity index 96%
|
| rename from LayoutTests/crypto/subtle/aes-cbc-unwrap-rsa.html
|
| rename to LayoutTests/crypto/subtle/aes-cbc/unwrap-rsa.html
|
| index dd07389abd45f3e39853fe30b28d69c747d508b5..eac634fd8bb12e94b9726138794884510e600b10 100644
|
| --- a/LayoutTests/crypto/subtle/aes-cbc-unwrap-rsa.html
|
| +++ b/LayoutTests/crypto/subtle/aes-cbc/unwrap-rsa.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>
|
|
|