| Index: LayoutTests/crypto/subtle/aes-kw/wrapKey-unwrapKey-raw.html
|
| diff --git a/LayoutTests/crypto/subtle/aes-kw-wrapKey-unwrapKey-raw.html b/LayoutTests/crypto/subtle/aes-kw/wrapKey-unwrapKey-raw.html
|
| similarity index 97%
|
| rename from LayoutTests/crypto/subtle/aes-kw-wrapKey-unwrapKey-raw.html
|
| rename to LayoutTests/crypto/subtle/aes-kw/wrapKey-unwrapKey-raw.html
|
| index ed807a3f824efee6913899c4f78d96f833b41642..05ec8c0dc46536bd7bb2e1debd1b9dd746d90c6b 100644
|
| --- a/LayoutTests/crypto/subtle/aes-kw-wrapKey-unwrapKey-raw.html
|
| +++ b/LayoutTests/crypto/subtle/aes-kw/wrapKey-unwrapKey-raw.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>
|
| @@ -14,7 +14,7 @@ description("Tests wrapping and unwrapping of AES-CBC keys using AES-KW and raw
|
| jsTestIsAsync = true;
|
|
|
| var kWrappingTestCases = [
|
| - // AES-KW test vectors from http://www.ietf.org/rfc/rfc3394.txt
|
| + // AES-KW test vectors from http://www.ietf.org/rfc/rfc3394.txt
|
| // 4.1 Wrap 128 bits of Key Data with a 128-bit KEK
|
| {
|
| "wrappingKey": "000102030405060708090A0B0C0D0E0F",
|
|
|