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="../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../resources/js-test.js"></script> |
6 </head> | 6 </head> |
7 | 7 |
8 <body> | 8 <body> |
9 <div id="description"></div> | 9 <div id="description"></div> |
10 <div id="console"></div> | 10 <div id="console"></div> |
11 | 11 |
12 <script> | 12 <script> |
13 description("Test AudioContext activeSourceCount and AudioBufferSourceNode playb
ackState."); | 13 description("Test AudioContext activeSourceCount and AudioBufferSourceNode playb
ackState."); |
14 | 14 |
15 // Create a few sources that start and end playing at various times. After rend
ering, check that | 15 // Create a few sources that start and end playing at various times. After rend
ering, check that |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 context.startRendering(); | 171 context.startRendering(); |
172 } | 172 } |
173 | 173 |
174 runTest(); | 174 runTest(); |
175 successfullyParsed = true; | 175 successfullyParsed = true; |
176 | 176 |
177 </script> | 177 </script> |
178 | 178 |
179 </body> | 179 </body> |
180 </html> | 180 </html> |
OLD | NEW |