OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="resources/audio-testing.js"></script> | 4 <script src="resources/audio-testing.js"></script> |
5 <script src="resources/audioparam-testing.js"></script> | 5 <script src="resources/audioparam-testing.js"></script> |
6 <script src="../fast/js/resources/js-test-pre.js"></script> | 6 <script src="../resources/js-test.js"></script> |
7 </head> | 7 </head> |
8 | 8 |
9 <body> | 9 <body> |
10 <div id="description"></div> | 10 <div id="description"></div> |
11 <div id="console"></div> | 11 <div id="console"></div> |
12 | 12 |
13 <script> | 13 <script> |
14 description("Test AudioParam setValueAtTime() functionality."); | 14 description("Test AudioParam setValueAtTime() functionality."); |
15 | 15 |
16 // Play a long DC signal out through an AudioGainNode, and call setValueAtTime()
at regular | 16 // Play a long DC signal out through an AudioGainNode, and call setValueAtTime()
at regular |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 createConstantArray); | 49 createConstantArray); |
50 } | 50 } |
51 | 51 |
52 runTest(); | 52 runTest(); |
53 successfullyParsed = true; | 53 successfullyParsed = true; |
54 | 54 |
55 </script> | 55 </script> |
56 | 56 |
57 </body> | 57 </body> |
58 </html> | 58 </html> |
OLD | NEW |