| Index: LayoutTests/crypto/normalize-algorithm.html
|
| diff --git a/LayoutTests/crypto/normalize-algorithm.html b/LayoutTests/crypto/normalize-algorithm.html
|
| index 9a869c0171fcb7f595dc0cc3e20a00e5efe63bbc..4d6b18c944ac225c75015561aaff6808bc1c03a7 100644
|
| --- a/LayoutTests/crypto/normalize-algorithm.html
|
| +++ b/LayoutTests/crypto/normalize-algorithm.html
|
| @@ -151,7 +151,7 @@ function failedKeyImport(value)
|
| // This is a bogus key import, however the mock constructs something usable.
|
| keyFormat = "spki";
|
| data = new Uint8Array([]);
|
| -algorithm = {name: "Sha-256"};
|
| +algorithm = {name: "aes-cbc"};
|
| extractable = false;
|
| keyUsages = [];
|
|
|
|
|