| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 | 3 |
| 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> | 6 <script src="resources/compatibility.js"></script> |
| 7 <script src="resources/audit-util.js"></script> |
| 7 <script src="resources/audio-testing.js"></script> | 8 <script src="resources/audio-testing.js"></script> |
| 8 <script src="resources/stereopanner-testing.js"></script> | 9 <script src="resources/stereopanner-testing.js"></script> |
| 9 </head> | 10 </head> |
| 10 | 11 |
| 11 <body> | 12 <body> |
| 12 <div id="description"></div> | 13 <div id="description"></div> |
| 13 <div id="console"></div> | 14 <div id="console"></div> |
| 14 <script> | 15 <script> |
| 15 description('Test panning model of StereoPannerNode.'); | 16 description('Test panning model of StereoPannerNode.'); |
| 16 window.jsTestIsAsync = true; | 17 window.jsTestIsAsync = true; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 30 finishJSTest(); | 31 finishJSTest(); |
| 31 }); | 32 }); |
| 32 | 33 |
| 33 audit.runTasks('mono-test', 'stereo-test', 'finish-test'); | 34 audit.runTasks('mono-test', 'stereo-test', 'finish-test'); |
| 34 | 35 |
| 35 successfullyParsed = true; | 36 successfullyParsed = true; |
| 36 </script> | 37 </script> |
| 37 </body> | 38 </body> |
| 38 | 39 |
| 39 </html> | 40 </html> |
| OLD | NEW |