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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html

Issue 2882783002: Remove references to audio-testing.js (Closed)
Patch Set: Created 3 years, 7 months 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-detached-no-crash.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- 3 <!--
4 See if we can load an AudioBuffer, create an AudioBufferSourceNode, attach the b uffer to it, then play it. 4 See if we can load an AudioBuffer, create an AudioBufferSourceNode, attach the b uffer to it, then play it.
5 --> 5 -->
6 6
7 <html> 7 <html>
8 <head> 8 <head>
9 <script src="../../resources/js-test.js"></script> 9 <script src="../../resources/js-test.js"></script>
10 <script src="../resources/audit-util.js"></script> 10 <script src="../resources/audit-util.js"></script>
11 <script src="../resources/audio-testing.js"></script>
12 <script type="text/javascript" src="../resources/buffer-loader.js"></script> 11 <script type="text/javascript" src="../resources/buffer-loader.js"></script>
13 12
14 <script> 13 <script>
15 14
16 window.onload = init; 15 window.onload = init;
17 16
18 var sampleRate = 44100.0; 17 var sampleRate = 44100.0;
19 var lengthInSeconds = 2; 18 var lengthInSeconds = 2;
20 19
21 var context = 0; 20 var context = 0;
(...skipping 27 matching lines...) Expand all
49 48
50 context.oncomplete = finishAudioTest; 49 context.oncomplete = finishAudioTest;
51 context.startRendering(); 50 context.startRendering();
52 } 51 }
53 52
54 </script> 53 </script>
55 </head> 54 </head>
56 <body> 55 <body>
57 </body> 56 </body>
58 </html> 57 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-detached-no-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698