From a4c04af9af78bd98028f5cfada34175cb3ca2199 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Fri, 16 Nov 2018 02:35:47 +0000 Subject: [PATCH] Bug 1507675 - Drop the second argument for then(). r=boris The second argument should be a callback for reject case. Differential Revision: https://phabricator.services.mozilla.com/D12086 --HG-- extra : moz-landing-system : lando --- .../test/chrome/test_animation_performance_warning.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/animation/test/chrome/test_animation_performance_warning.html b/dom/animation/test/chrome/test_animation_performance_warning.html index 58a6b6e0a218..c6d6f5488197 100644 --- a/dom/animation/test/chrome/test_animation_performance_warning.html +++ b/dom/animation/test/chrome/test_animation_performance_warning.html @@ -332,7 +332,7 @@ function testSetOfGeometricProperties() { warning: 'CompositorAnimationWarningTransformWithSyncGeometricAnimations' } ]); - }, 'Transform animation should be run on the main thread'); + }); }, `${property} is treated as a geometric property`); }); }