OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 | |
3 <html> | 2 <html> |
4 <head> | 3 <head> |
5 <script type="text/javascript" src="../../resources/audio-codec-test.js"></s
cript> | 4 <title> |
| 5 128kbps-44khz.html |
| 6 </title> |
| 7 <script src="../../resources/audio-codec-test.js"></script> |
6 <script src="../../resources/audit-util.js"></script> | 8 <script src="../../resources/audit-util.js"></script> |
7 <script type="text/javascript" src="../../resources/buffer-loader.js"></scri
pt> | 9 <script src="../../resources/buffer-loader.js"></script> |
8 <script> | |
9 var url = "../../resources/media/128kbps-44khz.mp3"; | |
10 | |
11 window.onload = function () { runDecodingTest(url) }; | |
12 </script> | |
13 </head> | 10 </head> |
14 <body> | 11 <body> |
| 12 <script id="layout-test-code"> |
| 13 let url = '../../resources/media/128kbps-44khz.mp3'; |
| 14 |
| 15 window.onload = function() { |
| 16 runDecodingTest(url) |
| 17 }; |
| 18 </script> |
15 </body> | 19 </body> |
16 </html> | 20 </html> |
OLD | NEW |