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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/codec-tests/wav/24bit-22khz-resample.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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <script type="text/javascript" src="../../resources/audio-codec-test.js"></s cript> 5 <script type="text/javascript" src="../../resources/audio-codec-test.js"></s cript>
6 <script src="../../resources/audit-util.js"></script> 6 <script src="../../resources/audit-util.js"></script>
7 <script src="../../resources/audio-testing.js"></script>
8 <script type="text/javascript" src="../../resources/buffer-loader.js"></scri pt> 7 <script type="text/javascript" src="../../resources/buffer-loader.js"></scri pt>
9 <script> 8 <script>
10 // Test 24bit WAV decoder, 22.05 kHz sample rate. This also tests the res ampler because the 9 // Test 24bit WAV decoder, 22.05 kHz sample rate. This also tests the res ampler because the
11 // context is running at 44.1 kHz. 10 // context is running at 44.1 kHz.
12 var url = "../../resources/media/24bit-22khz.wav"; 11 var url = "../../resources/media/24bit-22khz.wav";
13 12
14 window.onload = function () { runDecodingTest(url) }; 13 window.onload = function () { runDecodingTest(url) };
15 </script> 14 </script>
16 </head> 15 </head>
17 <body> 16 <body>
18 </body> 17 </body>
19 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698