| Index: third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange.html b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange.html
|
| index e7c4d0b46f6ff38aa6008399bb61e840b6716a10..56781a3d2dea7dfd1c2e29d1ec76346bb017df53 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange.html
|
| @@ -41,7 +41,7 @@
|
| // Final check that we got the right number of state changes and the correct final state.
|
| should(stateChangeCount, "stateChangeCount")
|
| .beEqualTo(2);
|
| - should(context.state, "context.state")
|
| + should(context.state, "After rendering context.state")
|
| .beEqualTo("closed");
|
| }
|
|
|
|
|