| 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 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css"/> | |
| 9 <script type="text/javascript" src="resources/audio-testing.js"></script> | 8 <script type="text/javascript" src="resources/audio-testing.js"></script> |
| 10 <script type="text/javascript" src="../fast/js/resources/js-test-pre.js"></scrip
t> | 9 <script type="text/javascript" src="../fast/js/resources/js-test-pre.js"></scrip
t> |
| 11 </head> | 10 </head> |
| 12 | 11 |
| 13 <body> | 12 <body> |
| 14 <div id="description"></div> | 13 <div id="description"></div> |
| 15 <div id="console"></div> | 14 <div id="console"></div> |
| 16 | 15 |
| 17 <script> | 16 <script> |
| 18 description("Basic test of setting Oscillator node types."); | 17 description("Basic test of setting Oscillator node types."); |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 } | 92 } |
| 94 | 93 |
| 95 runTest(); | 94 runTest(); |
| 96 successfullyParsed = true; | 95 successfullyParsed = true; |
| 97 | 96 |
| 98 </script> | 97 </script> |
| 99 | 98 |
| 100 | 99 |
| 101 </body> | 100 </body> |
| 102 </html> | 101 </html> |
| OLD | NEW |