| Index: LayoutTests/webaudio/oscillator-basic-expected.txt
|
| diff --git a/LayoutTests/webaudio/oscillator-basic-expected.txt b/LayoutTests/webaudio/oscillator-basic-expected.txt
|
| index 6e5b07c51bc4c52860d053eccaea58e7c5636606..375cb4a3c4bf76a1db8bc681cf8fcb970cff38df 100644
|
| --- a/LayoutTests/webaudio/oscillator-basic-expected.txt
|
| +++ b/LayoutTests/webaudio/oscillator-basic-expected.txt
|
| @@ -2,19 +2,13 @@ Basic test of setting Oscillator node types.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
| -PASS Oscillator correctly set to SINE type.
|
| -PASS Oscillator correctly set to SQUARE type.
|
| -PASS Oscillator correctly set to SAWTOOTH type.
|
| -PASS Oscillator correctly set to TRIANGLE type.
|
| -PASS Oscillator correctly set to SINE type using legacy integer value.
|
| -PASS Oscillator correctly set to SQUARE type using legacy integer value.
|
| -PASS Oscillator correctly set to SAWTOOTH type using legacy integer value.
|
| -PASS Oscillator correctly set to TRIANGLE type using legacy integer value.
|
| -PASS Oscillator correctly set to CUSTOM type using setPeriodicWave.
|
| -PASS Directly setting oscillator type to CUSTOM correctly throws exception.
|
| -PASS Setting oscillator to invalid type 5 correctly throws exception.
|
| -PASS Setting .type to illegal string value threw TypeError.
|
| -PASS Setting .type to illegal type of Float32Array threw TypeError.
|
| +PASS Oscillator correctly set to "sine" type.
|
| +PASS Oscillator correctly set to "square" type.
|
| +PASS Oscillator correctly set to "sawtooth" type.
|
| +PASS Oscillator correctly set to "triangle" type.
|
| +PASS Directly setting oscillator type to "custom" correctly failed.
|
| +PASS Oscillator correctly set to "custom" type using setPeriodicWave.
|
| +PASS Oscillator correctly not set to 0.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|