| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <html> | 3 <html> |
| 4 <head> | 4 <head> |
| 5 <script src="../../resources/js-test.js"></script> | 5 <script src="../../resources/js-test.js"></script> |
| 6 <script src="../resources/compatibility.js"></script> | |
| 7 <script src="../resources/audit-util.js"></script> | 6 <script src="../resources/audit-util.js"></script> |
| 8 <script src="../resources/audio-testing.js"></script> | 7 <script src="../resources/audio-testing.js"></script> |
| 9 <script type="text/javascript" src="../resources/scriptprocessornode-testing.js"
></script> | 8 <script type="text/javascript" src="../resources/scriptprocessornode-testing.js"
></script> |
| 10 </head> | 9 </head> |
| 11 | 10 |
| 12 <body> | 11 <body> |
| 13 | 12 |
| 14 <div id="description"></div> | 13 <div id="description"></div> |
| 15 <div id="console"></div> | 14 <div id="console"></div> |
| 16 | 15 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 29 testRunner.dumpAsText(); | 28 testRunner.dumpAsText(); |
| 30 runJSNodeTest(); | 29 runJSNodeTest(); |
| 31 } | 30 } |
| 32 | 31 |
| 33 runTest(); | 32 runTest(); |
| 34 | 33 |
| 35 </script> | 34 </script> |
| 36 | 35 |
| 37 </body> | 36 </body> |
| 38 </html> | 37 </html> |
| OLD | NEW |