Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <title>Test FLAC Decoding</title> | |
| 5 <script src="../../resources/audio-codec-test.js"></script> | |
| 6 <script src="../../resources/audio-testing.js"></script> | |
| 7 <script src="../../resources/buffer-loader.js"></script> | |
| 8 </head> | |
| 9 | |
| 10 <body> | |
| 11 <script> | |
| 12 var url = "flac-test.flac"; | |
| 13 | |
| 14 window.onload = function () { runDecodingTest(url) }; | |
| 15 </script> | |
| 16 </body> | |
| 17 </html> | |
| OLD | NEW |