| Index: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html
|
| index e0e3f529628f08bddf1ba17d4eb752d17440636e..0181a957fab90d014d056a5072f75c6a22e72a79 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html
|
| @@ -29,6 +29,7 @@
|
| should(1).beLessThan(2);
|
| should(1).beLessThanOrEqualTo(1);
|
| should(should(1).beEqualTo(1), 'should(1).beEqualTo(1)').beTrue();
|
| + should(true, 'The message is').message('truthful!', 'false!');
|
|
|
| let oac = new OfflineAudioContext(1, 128, 44100);
|
| Promise.all([
|
|
|