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/mp3/128kbps-44khz.html

Issue 2567713002: Separating layout test utilities into audit-util.js (Closed)
Patch Set: Created 4 years 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 type="text/javascript" src="../../resources/audio-testing.js"></scri pt> 6 <script src="../../resources/audit-util.js"></script>
7 <script src="../../resources/audio-testing.js"></script>
7 <script type="text/javascript" src="../../resources/buffer-loader.js"></scri pt> 8 <script type="text/javascript" src="../../resources/buffer-loader.js"></scri pt>
8 <script> 9 <script>
9 var url = "../../resources/media/128kbps-44khz.mp3"; 10 var url = "../../resources/media/128kbps-44khz.mp3";
10 11
11 window.onload = function () { runDecodingTest(url) }; 12 window.onload = function () { runDecodingTest(url) };
12 </script> 13 </script>
13 </head> 14 </head>
14 <body> 15 <body>
15 </body> 16 </body>
16 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698