Chromium Code Reviews| Index: LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt |
| diff --git a/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt b/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt |
| index e68b68a4f5934b9495d5ac2077c430dfddd34a1f..29a78bd90403d980bfffe7ae3af7ad3944f7a491 100644 |
| --- a/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt |
| +++ b/LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt |
| @@ -7,7 +7,7 @@ PASS context.state is "suspended" |
| PASS p1 = context.suspend() did not throw exception. |
| PASS [object Object] is an instance of function Promise() { [native code] } |
| PASS context.suspend() was correctly rejected for an offline context |
| -PASS p1 = context.resume() did not throw exception. |
| +PASS p2 = context.resume() did not throw exception. |
|
hongchan
2015/02/20 21:21:28
The variable |p2| was not used previously.
|
| PASS [object Object] is an instance of function Promise() { [native code] } |
| PASS context.state is "suspended" |
| PASS context.resume() was correctly rejected for an offline context |