Bug 550426 - Fix browser_animation_animated_properties_delayed.js. r?dbaron draft
authorMarkus Stange <mstange@themasta.com>
Wed, 16 Dec 2015 11:54:22 +0100
changeset 357913 809112db38b9a6faa5b86a7c08e4fd701ddd3f7d
parent 357912 f85767e626fdf0cc3f8a3118f627ff0651d464de
child 357914 1dcdbc96dab777fc82fee4124263620307e3b47b
push id16882
push usermstange@themasta.com
push dateFri, 29 Apr 2016 20:27:29 +0000
reviewersdbaron
bugs550426
milestone49.0a1
Bug 550426 - Fix browser_animation_animated_properties_delayed.js. r?dbaron MozReview-Commit-ID: 6HyIM06pZfi
devtools/client/animationinspector/test/browser_animation_animated_properties_displayed.js
--- a/devtools/client/animationinspector/test/browser_animation_animated_properties_displayed.js
+++ b/devtools/client/animationinspector/test/browser_animation_animated_properties_displayed.js
@@ -4,17 +4,18 @@
 
 "use strict";
 
 // Test that when an animation is selected, its list of animated properties is
 // displayed below it.
 
 const EXPECTED_PROPERTIES = [
   "background-color",
-  "background-position",
+  "background-position-x",
+  "background-position-y",
   "background-size",
   "border-bottom-left-radius",
   "border-bottom-right-radius",
   "border-top-left-radius",
   "border-top-right-radius",
   "filter",
   "height",
   "transform",