| Index: LayoutTests/crypto/subtle/aes-gcm-encrypt-decrypt.html
 | 
| diff --git a/LayoutTests/crypto/aes-gcm-encrypt-decrypt.html b/LayoutTests/crypto/subtle/aes-gcm-encrypt-decrypt.html
 | 
| similarity index 98%
 | 
| rename from LayoutTests/crypto/aes-gcm-encrypt-decrypt.html
 | 
| rename to LayoutTests/crypto/subtle/aes-gcm-encrypt-decrypt.html
 | 
| index 95924d9b0163f0fbd76dc66c55565d76a435142c..fb395be61e1cf67580b442bf8a2f240eb4aac3d1 100644
 | 
| --- a/LayoutTests/crypto/aes-gcm-encrypt-decrypt.html
 | 
| +++ b/LayoutTests/crypto/subtle/aes-gcm-encrypt-decrypt.html
 | 
| @@ -1,7 +1,7 @@
 | 
|  <!DOCTYPE html>
 | 
|  <html>
 | 
|  <head>
 | 
| -<script src="../resources/js-test.js"></script>
 | 
| +<script src="../../resources/js-test.js"></script>
 | 
|  <script src="resources/common.js"></script>
 | 
|  </head>
 | 
|  <body>
 | 
| 
 |