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