| Index: third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic.html
|
| index 852d9987def4983938ad67c0d2afb6f1f982b902..88a070a27608a7a02f626aae4db5f93236dac1c0 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic.html
|
| @@ -46,7 +46,7 @@ function runTest()
|
| Should("osc.setPeriodicWave(wave)", function () {
|
| osc.setPeriodicWave(wave);
|
| }).notThrow();
|
| - Should("osc.type", osc.type).beEqualTo("custom");
|
| + Should("After setting periodicWave, osc.type", osc.type).beEqualTo("custom");
|
|
|
| // Check that numerical values are no longer supported
|
| var oldType = osc.type;
|
|
|