Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: third_party/WebKit/LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt

Issue 2810843002: bindings: Make the sequence conversion code more complaint with WebIDL. (Closed)
Patch Set: Adjust even more tests Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt
diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt
index 6f5cec4e34ae86701b0381e4c3a6bf663565f6ae..98d8c654295a4b5761eadba6cb4a43b8f7c1329b 100644
--- a/third_party/WebKit/LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt
+++ b/third_party/WebKit/LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': The provided value is not of type '(ArrayBuffer or ArrayBufferView)'
error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': parameter 3 is not of type 'CryptoKey'.
-error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': The 7th argument is neither an array, nor does it have indexed properties.
+error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': The provided value cannot be converted to a sequence.
error is: TypeError: Algorithm: Not an object
error is: NotSupportedError: Algorithm: Unrecognized name
error is: TypeError: Invalid keyFormat argument

Powered by Google App Engine
This is Rietveld 408576698