Index: third_party/WebKit/LayoutTests/crypto/subtle/aes-cbc/generateKey-failures-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/aes-cbc/generateKey-failures-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/aes-cbc/generateKey-failures-expected.txt |
index 8c3fbe227ce71c87a2073700e1a6f802373a3097..d262cbbb48bb48b5ea0b5a46c93a4743a6d3f16d 100644 |
--- a/third_party/WebKit/LayoutTests/crypto/subtle/aes-cbc/generateKey-failures-expected.txt |
+++ b/third_party/WebKit/LayoutTests/crypto/subtle/aes-cbc/generateKey-failures-expected.txt |
@@ -5,10 +5,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
generateKey() with invalid keyUsages value that is -1... |
-error is: TypeError: Failed to execute 'generateKey' on 'SubtleCrypto': The 3rd argument is neither an array, nor does it have indexed properties. |
+error is: TypeError: Failed to execute 'generateKey' on 'SubtleCrypto': The provided value cannot be converted to a sequence. |
generateKey() with invalid keyUsages value that is null... |
-error is: TypeError: Failed to execute 'generateKey' on 'SubtleCrypto': The 3rd argument is neither an array, nor does it have indexed properties. |
+error is: TypeError: Failed to execute 'generateKey' on 'SubtleCrypto': The provided value cannot be converted to a sequence. |
generateKey() with an invalid key usage of 'boo'... |
error is: TypeError: Invalid keyUsages argument |