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

Side by Side Diff: LayoutTests/webaudio/audiobuffersource-playbackState.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 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
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>
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/audiobuffersource-loop-comprehensive.html ('k') | LayoutTests/webaudio/audiobuffersource-start.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698