| 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/compatibility.js"></script> | |
| 7 <script src="../resources/audit-util.js"></script> | 6 <script src="../resources/audit-util.js"></script> |
| 8 <script src="../resources/audio-testing.js"></script> | 7 <script src="../resources/audio-testing.js"></script> |
| 9 </head> | 8 </head> |
| 10 | 9 |
| 11 <body> | 10 <body> |
| 12 <div id="description"></div> | 11 <div id="description"></div> |
| 13 <div id="console"></div> | 12 <div id="console"></div> |
| 14 | 13 |
| 15 <script> | 14 <script> |
| 16 description("Tests garbage collection of MediaElementAudioSourceNode."); | 15 description("Tests garbage collection of MediaElementAudioSourceNode."); |
| (...skipping 15 matching lines...) Expand all Loading... |
| 32 | 31 |
| 33 finishJSTest(); | 32 finishJSTest(); |
| 34 } | 33 } |
| 35 | 34 |
| 36 runTest(); | 35 runTest(); |
| 37 | 36 |
| 38 </script> | 37 </script> |
| 39 | 38 |
| 40 </body> | 39 </body> |
| 41 </html> | 40 </html> |
| OLD | NEW |