| 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> |
| 6 <script type="text/javascript" src="resources/audio-testing.js"></script> | 7 <script type="text/javascript" src="resources/audio-testing.js"></script> |
| 7 </head> | 8 </head> |
| 8 | 9 |
| 9 <body> | 10 <body> |
| 10 <div id="description"></div> | 11 <div id="description"></div> |
| 11 <div id="console"></div> | 12 <div id="console"></div> |
| 12 | 13 |
| 13 <script> | 14 <script> |
| 14 description("Basic tests for AudioNode API."); | 15 description("Basic tests for AudioNode API."); |
| 15 | 16 |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 | 114 |
| 114 finishJSTest(); | 115 finishJSTest(); |
| 115 } | 116 } |
| 116 | 117 |
| 117 runTest(); | 118 runTest(); |
| 118 | 119 |
| 119 </script> | 120 </script> |
| 120 | 121 |
| 121 </body> | 122 </body> |
| 122 </html> | 123 </html> |
| OLD | NEW |