| 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 <script src="../resources/mixing-rules.js"></script> | 8 <script src="../resources/mixing-rules.js"></script> |
| 10 </head> | 9 </head> |
| 11 | 10 |
| 12 <body> | 11 <body> |
| 13 | 12 |
| 14 <script> | 13 <script> |
| 15 description("Channel mixing rules for AudioNodes."); | 14 description("Channel mixing rules for AudioNodes."); |
| 16 | 15 |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 context.oncomplete = checkResult; | 195 context.oncomplete = checkResult; |
| 197 context.startRendering(); | 196 context.startRendering(); |
| 198 } | 197 } |
| 199 | 198 |
| 200 runTest(); | 199 runTest(); |
| 201 | 200 |
| 202 </script> | 201 </script> |
| 203 | 202 |
| 204 </body> | 203 </body> |
| 205 </html> | 204 </html> |
| OLD | NEW |