Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 CONSOLE ERROR: The provided value '0' is not a valid value of type 'OscillatorTy pe'. | |
|
Nils Barth (inactive)
2015/02/26 17:21:54
Expected (see line 12 below):
// Check that numeri
| |
| 1 Basic test of setting Oscillator node types. | 2 Basic test of setting Oscillator node types. |
| 2 | 3 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". |
| 4 | 5 |
| 5 PASS Oscillator correctly set to "sine" type. | 6 PASS Oscillator correctly set to "sine" type. |
| 6 PASS Oscillator correctly set to "square" type. | 7 PASS Oscillator correctly set to "square" type. |
| 7 PASS Oscillator correctly set to "sawtooth" type. | 8 PASS Oscillator correctly set to "sawtooth" type. |
| 8 PASS Oscillator correctly set to "triangle" type. | 9 PASS Oscillator correctly set to "triangle" type. |
| 9 PASS Directly setting oscillator type to "custom" correctly failed. | 10 PASS Directly setting oscillator type to "custom" correctly failed. |
| 10 PASS Oscillator correctly set to "custom" type using setPeriodicWave. | 11 PASS Oscillator correctly set to "custom" type using setPeriodicWave. |
| 11 PASS Oscillator correctly not set to 0. | 12 PASS Oscillator correctly not set to 0. |
| 12 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
| 13 | 14 |
| 14 TEST COMPLETE | 15 TEST COMPLETE |
| 15 | 16 |
| OLD | NEW |