Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7142)

Unified Diff: chrome/test/data/webui/settings/animation_browsertest.js

Issue 2171373003: AnimationGroup for groups of transitions in Settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698