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

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

Issue 555133003: Use ExceptionState to throw exceptions when converting arrays (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 6 years, 3 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: LayoutTests/crypto/unwrapKey-badParameters-expected.txt
diff --git a/LayoutTests/crypto/unwrapKey-badParameters-expected.txt b/LayoutTests/crypto/unwrapKey-badParameters-expected.txt
index eaa10f3b5f4147599af0b0104f3c3fe3ca270e0b..3ec234a1f42f45e5e53103637d8f6eaf5a44315f 100644
--- a/LayoutTests/crypto/unwrapKey-badParameters-expected.txt
+++ b/LayoutTests/crypto/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': No function was found that matched the signature provided.
error is: DataError: Invalid unwrappingKey argument
-error is: TypeError: The 7th argument is neither an array, nor does it have indexed properties.
+error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': The 7th argument is neither an array, nor does it have indexed properties.
error is: SyntaxError: Algorithm: Not an object
error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': parameter 5 ('unwrappedKeyAlgorithm') is not an object.
error is: SyntaxError: Invalid keyFormat argument

Powered by Google App Engine
This is Rietveld 408576698