| OLD | NEW | 
|   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       var url = "../../resources/media/vbr-70kbps-44khz.ogg"; |   9       var url = "../../resources/media/vbr-70kbps-44khz.ogg"; | 
|  11  |  10  | 
|  12       window.onload = function () { runDecodingTest(url) }; |  11       window.onload = function () { runDecodingTest(url) }; | 
|  13     </script> |  12     </script> | 
|  14   </head> |  13   </head> | 
|  15   <body> |  14   <body> | 
|  16   </body> |  15   </body> | 
|  17 </html> |  16 </html> | 
| OLD | NEW |