| OLD | NEW | 
|   1 <!DOCTYPE html> |   1 <!DOCTYPE html> | 
|   2  |   2  | 
|   3 <html> |   3 <html> | 
|   4 <head> |   4 <head> | 
|   5 <script src="../../resources/js-test.js"></script> |   5 <script src="../../resources/js-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 </head> |   7 </head> | 
|   9  |   8  | 
|  10 <body> |   9 <body> | 
|  11 <div id="description"></div> |  10 <div id="description"></div> | 
|  12 <div id="console"></div> |  11 <div id="console"></div> | 
|  13  |  12  | 
|  14 <script> |  13 <script> | 
|  15 description("Tests garbage collection of MediaElementAudioSourceNode."); |  14 description("Tests garbage collection of MediaElementAudioSourceNode."); | 
|  16  |  15  | 
|  17 function runTest() { |  16 function runTest() { | 
| (...skipping 13 matching lines...) Expand all  Loading... | 
|  31  |  30  | 
|  32     finishJSTest(); |  31     finishJSTest(); | 
|  33 } |  32 } | 
|  34  |  33  | 
|  35 runTest(); |  34 runTest(); | 
|  36  |  35  | 
|  37 </script> |  36 </script> | 
|  38  |  37  | 
|  39 </body> |  38 </body> | 
|  40 </html> |  39 </html> | 
| OLD | NEW |