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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/codec-tests/opus/opus-decode.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 <html> 2 <html>
3 <head> 3 <head>
4 <title>Test OPUS Decoding</title> 4 <title>Test OPUS Decoding</title>
5 <script src="../../resources/audio-codec-test.js"></script> 5 <script src="../../resources/audio-codec-test.js"></script>
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 src="../../resources/buffer-loader.js"></script> 7 <script src="../../resources/buffer-loader.js"></script>
9 </head> 8 </head>
10 9
11 <body> 10 <body>
12 <script> 11 <script>
13 var url = "opus-test.opus"; 12 var url = "opus-test.opus";
14 13
15 window.onload = function () { runDecodingTest(url, 48000) }; 14 window.onload = function () { runDecodingTest(url, 48000) };
16 </script> 15 </script>
17 </body> 16 </body>
18 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698