| Index: chrome/test/data/webui/settings/animation_browsertest.js
|
| diff --git a/chrome/test/data/webui/settings/animation_browsertest.js b/chrome/test/data/webui/settings/animation_browsertest.js
|
| index 5ee559a6e9d5e763f7b8f352e8a491f9b9bc0afa..ee98da43b391b2df474469f318c24fa854267a84 100644
|
| --- a/chrome/test/data/webui/settings/animation_browsertest.js
|
| +++ b/chrome/test/data/webui/settings/animation_browsertest.js
|
| @@ -130,7 +130,7 @@ TEST_F('SettingsAnimationBrowserTest', 'Animation', function() {
|
|
|
| animation.cancel();
|
|
|
| - // The promise should resolve before the finish event is scheduled.
|
| + // The promise should be rejected before the cancel event is scheduled.
|
| animation.finished.catch(function() {
|
| expectEquals(0, div.clientHeight);
|
| animation.removeEventListener('cancel', onCancelUnexpectedly);
|
|
|