Index: content/test/data/webcrypto/aes_cbc.json |
diff --git a/content/test/data/webcrypto/aes_cbc.json b/content/test/data/webcrypto/aes_cbc.json |
index 8b74cbe7779d475ecaec0a30c13fba9f870be2be..bca8b697f2538682014ed386e22fc6788476fb42 100644 |
--- a/content/test/data/webcrypto/aes_cbc.json |
+++ b/content/test/data/webcrypto/aes_cbc.json |
@@ -312,7 +312,7 @@ |
{ |
"key_format": "raw", |
"key": "5377656574205369787465656e2049560000000000000000", |
- "import_error": "NotSupported: 192-bit AES keys are not supported" |
+ "import_error": "OperationError: 192-bit AES keys are not supported" |
}, |
// JWK: AES 192-bit is not allowed: http://crbug.com/381829 |
@@ -323,6 +323,6 @@ |
"alg": "A192CBC", |
"k": "YWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFh" |
}, |
- "import_error": "NotSupported: 192-bit AES keys are not supported" |
+ "import_error": "OperationError: 192-bit AES keys are not supported" |
} |
] |