| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 Tests that we are able to schedule a series of notes to playback with sample-acc
uracy. | 4 Tests that we are able to schedule a series of notes to playback with sample-acc
uracy. |
| 5 We use an impulse so we can tell exactly where the rendering is happening. | 5 We use an impulse so we can tell exactly where the rendering is happening. |
| 6 --> | 6 --> |
| 7 | 7 |
| 8 <html> | 8 <html> |
| 9 <head> | 9 <head> |
| 10 <script src="../fast/js/resources/js-test-pre.js"></script> | 10 <script src="../fast/js/resources/js-test-pre.js"></script> |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 } | 122 } |
| 123 | 123 |
| 124 context.oncomplete = checkSampleAccuracy; | 124 context.oncomplete = checkSampleAccuracy; |
| 125 context.startRendering(); | 125 context.startRendering(); |
| 126 } | 126 } |
| 127 | 127 |
| 128 runTest(); | 128 runTest(); |
| 129 | 129 |
| 130 </script> | 130 </script> |
| 131 | 131 |
| 132 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 133 </body> | 132 </body> |
| 134 </html> | 133 </html> |
| OLD | NEW |