| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Test premature GC upon OscillatorNode and AudioBufferSourceNode</titl
e> | 4 <title>Test premature GC upon OscillatorNode and AudioBufferSourceNode</titl
e> |
| 5 <script src="../../resources/testharness.js"></script> | 5 <script src="../../resources/testharness.js"></script> |
| 6 <script src="../../resources/testharnessreport.js"></script> | 6 <script src="../../resources/testharnessreport.js"></script> |
| 7 <script src="../resources/audit-util.js"></script> | 7 <script src="../resources/audit-util.js"></script> |
| 8 <script src="../resources/audit.js"></script> | 8 <script src="../resources/audit.js"></script> |
| 9 </head> | 9 </head> |
| 10 | 10 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 }); | 63 }); |
| 64 | 64 |
| 65 audit.define('buffersource-onended', (task, should) => { | 65 audit.define('buffersource-onended', (task, should) => { |
| 66 createGraphInIsolatedScope('BufferSource', task, should); | 66 createGraphInIsolatedScope('BufferSource', task, should); |
| 67 }); | 67 }); |
| 68 | 68 |
| 69 audit.run(); | 69 audit.run(); |
| 70 </script> | 70 </script> |
| 71 </body> | 71 </body> |
| 72 </html> | 72 </html> |
| OLD | NEW |