Chromium Code Reviews| Index: LayoutTests/crypto/importKey.html |
| diff --git a/LayoutTests/crypto/importKey.html b/LayoutTests/crypto/importKey.html |
| index 4222bf9fda6713e9cbdc05423774126ec7963f3f..44052e569c3f7f6f630d6c55c554705a417a4869 100644 |
| --- a/LayoutTests/crypto/importKey.html |
| +++ b/LayoutTests/crypto/importKey.html |
| @@ -188,7 +188,7 @@ allTests = [ |
| function() |
| { |
| keyFormat = "raw"; |
| - data = asciiToArrayBuffer("private"); |
| + data = asciiToArrayBuffer(""); |
| algorithm = {name: 'sha-256'}; |
| extractable = true; |