| Index: LayoutTests/crypto/random-values-types.html
|
| diff --git a/LayoutTests/storage/storageinfo-no-callbacks.html b/LayoutTests/crypto/random-values-types.html
|
| similarity index 74%
|
| copy from LayoutTests/storage/storageinfo-no-callbacks.html
|
| copy to LayoutTests/crypto/random-values-types.html
|
| index 14a20e859469b1d05b85ff2463df4515ca1d8440..0c4a43b230f87e1c8cd9ba2f595f9873f740651a 100644
|
| --- a/LayoutTests/storage/storageinfo-no-callbacks.html
|
| +++ b/LayoutTests/crypto/random-values-types.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 src="resources/random-values-types.js"></script>
|
| +
|
| <script src="../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|