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

Unified Diff: LayoutTests/crypto/random-values-types-expected.txt

Issue 801283002: [bindings] Make Crypto.getRandomValues use generated binding rather than using custom binding. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | LayoutTests/crypto/resources/random-values-types.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/random-values-types-expected.txt
diff --git a/LayoutTests/crypto/random-values-types-expected.txt b/LayoutTests/crypto/random-values-types-expected.txt
index 76af402573d6f27548266eefde25412ec9176f5e..d0665d176cd1f67b664c74cee2a3227879e44be6 100644
--- a/LayoutTests/crypto/random-values-types-expected.txt
+++ b/LayoutTests/crypto/random-values-types-expected.txt
@@ -5,6 +5,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS 'crypto' in self is true
PASS 'getRandomValues' in self.crypto is true
+PASS crypto.getRandomValues() threw exception TypeError: Failed to execute 'getRandomValues' on 'Crypto': 1 argument required, but only 0 present..
+PASS crypto.getRandomValues(undefined) threw exception TypeMismatchError: Failed to execute 'getRandomValues' on 'Crypto': The provided ArrayBufferView is null..
+PASS crypto.getRandomValues(null) threw exception TypeMismatchError: Failed to execute 'getRandomValues' on 'Crypto': The provided ArrayBufferView is null..
PASS random = crypto.getRandomValues(new Uint8Array(3)) is defined.
PASS random is an instance of Uint8Array
PASS view = new Uint8Array(3) is defined.
« no previous file with comments | « no previous file | LayoutTests/crypto/resources/random-values-types.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698