| Index: LayoutTests/crypto/encrypt-decrypt.html
|
| diff --git a/LayoutTests/crypto/encrypt-decrypt.html b/LayoutTests/crypto/encrypt-decrypt.html
|
| index b2120d1c5f5e3c347109f2a50813a27663b1bf7c..f0c1a5cd4e5a2a6da4ba10153edf1b23971331b0 100644
|
| --- a/LayoutTests/crypto/encrypt-decrypt.html
|
| +++ b/LayoutTests/crypto/encrypt-decrypt.html
|
| @@ -151,6 +151,7 @@ function runAesCbcSuccessTestCase(testCase)
|
| shouldBe("tmpKey.type", "'secret'");
|
| shouldBe("tmpKey.extractable", "false");
|
| shouldBe("tmpKey.algorithm.name", "'AES-CBC'");
|
| + shouldBe("tmpKey.algorithm.length", (keyData.byteLength * 8).toString());
|
| shouldBe("tmpKey.usages.join(',')", "'decrypt,encrypt'");
|
|
|
| // (2) Encrypt.
|
|
|