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

Side by Side Diff: LayoutTests/webaudio/audiobuffersource-ended.html

Issue 58533003: Move fast/js/resources files to resources. (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 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../resources/js-test.js"></script>
4 <script src="resources/audio-testing.js"></script> 4 <script src="resources/audio-testing.js"></script>
5 <script src="resources/audiobuffersource-testing.js"></script> 5 <script src="resources/audiobuffersource-testing.js"></script>
6 <script> 6 <script>
7 var context; 7 var context;
8 var source; 8 var source;
9 9
10 function runTest() 10 function runTest()
11 { 11 {
12 if (window.testRunner) { 12 if (window.testRunner) {
13 testRunner.dumpAsText(); 13 testRunner.dumpAsText();
(...skipping 15 matching lines...) Expand all
29 source.start(0); 29 source.start(0);
30 context.startRendering(); 30 context.startRendering();
31 } 31 }
32 </script> 32 </script>
33 33
34 </head> 34 </head>
35 <body onload="runTest()"> 35 <body onload="runTest()">
36 <div>Tests that AudioBufferSourceNode calls its onended EventListener.</div> 36 <div>Tests that AudioBufferSourceNode calls its onended EventListener.</div>
37 <div id="console"></div> 37 <div id="console"></div>
38 </body> 38 </body>
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/audiobuffersource-channels.html ('k') | LayoutTests/webaudio/audiobuffersource-loop-comprehensive.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698