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

Side by Side Diff: LayoutTests/webaudio/audiochannelmerger-stereo.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 that we can merge two mono streams into a stereo stream. 4 Tests that that we can merge two mono streams into a stereo stream.
5 --> 5 -->
6 6
7 <html> 7 <html>
8 <head> 8 <head>
9 <script src="../fast/js/resources/js-test-pre.js"></script> 9 <script src="../fast/js/resources/js-test-pre.js"></script>
10 <script type="text/javascript" src="resources/audio-testing.js"></script> 10 <script type="text/javascript" src="resources/audio-testing.js"></script>
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 bufferSource2.noteOn(0); 103 bufferSource2.noteOn(0);
104 104
105 context.oncomplete = checkResult; 105 context.oncomplete = checkResult;
106 context.startRendering(); 106 context.startRendering();
107 } 107 }
108 108
109 runTest(); 109 runTest();
110 110
111 </script> 111 </script>
112 112
113 <script src="../fast/js/resources/js-test-post.js"></script>
114 </body> 113 </body>
115 </html> 114 </html>
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/audiochannelmerger-basic.html ('k') | LayoutTests/webaudio/audiochannelsplitter.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698