| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../fast/js/resources/js-test-pre.js"></script> |
| 5 <script src="resources/utilities.js"></script> | |
| 6 </head> | 5 </head> |
| 7 <body> | 6 <body> |
| 8 <p id="description"></p> | 7 <p id="description"></p> |
| 9 <div id="console"></div> | 8 <div id="console"></div> |
| 10 <script> | 9 <script> |
| 11 description("Tests crypto.randomValues."); | 10 description("Tests crypto.randomValues."); |
| 12 | 11 |
| 13 if (!window.ArrayBuffer) | 12 if (!window.ArrayBuffer) |
| 14 debug("This test requres ArrayBuffers to run!"); | 13 debug("This test requres ArrayBuffers to run!"); |
| 15 | 14 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 38 } catch(ex) { | 37 } catch(ex) { |
| 39 debug(ex); | 38 debug(ex); |
| 40 } | 39 } |
| 41 | 40 |
| 42 </script> | 41 </script> |
| 43 <script src="../fast/js/resources/js-test-post.js"></script> | 42 <script src="../fast/js/resources/js-test-post.js"></script> |
| 44 </body> | 43 </body> |
| 45 </html> | 44 </html> |
| 46 | 45 |
| 47 | 46 |
| OLD | NEW |