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

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

Issue 16820007: Expose crypto.getRandomValues() to workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 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/crypto-random-values-limits-expected.txt
diff --git a/LayoutTests/crypto/crypto-random-values-limits-expected.txt b/LayoutTests/crypto/crypto-random-values-limits-expected.txt
deleted file mode 100644
index 34b4d168bb8aab06901bdcb03458199dca6fdf7e..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/crypto-random-values-limits-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Tests the limits of crypto.randomValues.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS 'crypto' in window is true
-PASS 'getRandomValues' in window.crypto is true
-PASS crypto.getRandomValues(almostTooLargeArray) did not throw exception.
-PASS crypto.getRandomValues(tooLargeArray) threw exception Error: QuotaExceededError: DOM Exception 22.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698