Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Side by Side Diff: LayoutTests/webaudio/sample-accurate-scheduling.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/realtimeanalyser-fft-sizing.html ('k') | LayoutTests/webaudio/scriptprocessornode-premature-death.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698