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

Unified Diff: LayoutTests/crypto/worker-random-values-limits.html

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/worker-random-values-limits.html
diff --git a/LayoutTests/storage/storageinfo-no-callbacks.html b/LayoutTests/crypto/worker-random-values-limits.html
similarity index 68%
copy from LayoutTests/storage/storageinfo-no-callbacks.html
copy to LayoutTests/crypto/worker-random-values-limits.html
index 14a20e859469b1d05b85ff2463df4515ca1d8440..842d6159595a839ca578a89f484535afe8cd7797 100644
--- a/LayoutTests/storage/storageinfo-no-callbacks.html
+++ b/LayoutTests/crypto/worker-random-values-limits.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<script src="../fast/js/resources/js-test-pre.js"></script>
@@ -5,7 +6,9 @@
<body>
<p id="description"></p>
<div id="console"></div>
-<script src="script-tests/storageinfo-no-callbacks.js"></script>
+<script>
+ worker = startWorker("resources/random-values-limits.js");
+</script>
<script src="../fast/js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698