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 src="../resources/compatibility.js"></script> |
7 <script src="resources/audit-util.js"></script> | 7 <script src="../resources/audit-util.js"></script> |
8 <script src="resources/audio-testing.js"></script> | 8 <script src="../resources/audio-testing.js"></script> |
9 </head> | 9 </head> |
10 | 10 |
11 <body> | 11 <body> |
12 <div id="description"></div> | 12 <div id="description"></div> |
13 <div id="console"></div> | 13 <div id="console"></div> |
14 | 14 |
15 <script> | 15 <script> |
16 description("Basic tests for MediaElementAudioSourceNode API."); | 16 description("Basic tests for MediaElementAudioSourceNode API."); |
17 | 17 |
18 var context = 0; | 18 var context = 0; |
(...skipping 27 matching lines...) Expand all Loading... |
46 | 46 |
47 finishJSTest(); | 47 finishJSTest(); |
48 } | 48 } |
49 | 49 |
50 runTest(); | 50 runTest(); |
51 | 51 |
52 </script> | 52 </script> |
53 | 53 |
54 </body> | 54 </body> |
55 </html> | 55 </html> |
OLD | NEW |