| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 Create an oscillator of each type and verify that the type is set correctly. | 4 Create an oscillator of each type and verify that the type is set correctly. |
| 5 --> | 5 --> |
| 6 <html> | 6 <html> |
| 7 <head> | 7 <head> |
| 8 <script src="../../resources/js-test.js"></script> | 8 <script src="../../resources/js-test.js"></script> |
| 9 <script src="../resources/compatibility.js"></script> | |
| 10 <script src="../resources/audit-util.js"></script> | 9 <script src="../resources/audit-util.js"></script> |
| 11 <script src="../resources/audio-testing.js"></script> | 10 <script src="../resources/audio-testing.js"></script> |
| 12 </head> | 11 </head> |
| 13 | 12 |
| 14 <body> | 13 <body> |
| 15 <div id="description"></div> | 14 <div id="description"></div> |
| 16 <div id="console"></div> | 15 <div id="console"></div> |
| 17 | 16 |
| 18 <script> | 17 <script> |
| 19 description("Basic test of setting Oscillator node types."); | 18 description("Basic test of setting Oscillator node types."); |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 } | 69 } |
| 71 | 70 |
| 72 runTest(); | 71 runTest(); |
| 73 successfullyParsed = true; | 72 successfullyParsed = true; |
| 74 | 73 |
| 75 </script> | 74 </script> |
| 76 | 75 |
| 77 | 76 |
| 78 </body> | 77 </body> |
| 79 </html> | 78 </html> |
| OLD | NEW |