| Index: LayoutTests/crypto/subtle/aes-gcm/encrypt-decrypt.html
|
| diff --git a/LayoutTests/crypto/subtle/aes-gcm-encrypt-decrypt.html b/LayoutTests/crypto/subtle/aes-gcm/encrypt-decrypt.html
|
| similarity index 97%
|
| rename from LayoutTests/crypto/subtle/aes-gcm-encrypt-decrypt.html
|
| rename to LayoutTests/crypto/subtle/aes-gcm/encrypt-decrypt.html
|
| index fb395be61e1cf67580b442bf8a2f240eb4aac3d1..d54efce949a8bc8af50be98c11428fe94d393e96 100644
|
| --- a/LayoutTests/crypto/subtle/aes-gcm-encrypt-decrypt.html
|
| +++ b/LayoutTests/crypto/subtle/aes-gcm/encrypt-decrypt.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>
|
|
|