Bug 1466031 - Update test description in test_pseudoElement-get-animations.html; r?hiro draft
authorBrian Birtles <birtles@gmail.com>
Mon, 04 Jun 2018 10:10:41 +0900
changeset 803428 f4cb303433a821efacb409ff41b59884126a87f6
parent 803427 86c7899c1635b51c17e824d180e6bf8bf4e9a350
child 803429 b78917d6d55d5a42089b804ca898e3cef1a66976
push id112095
push userbmo:bbirtles@mozilla.com
push dateMon, 04 Jun 2018 01:13:47 +0000
reviewershiro
bugs1466031
milestone62.0a1
Bug 1466031 - Update test description in test_pseudoElement-get-animations.html; r?hiro MozReview-Commit-ID: BVP6aGzkxco
dom/animation/test/css-animations/test_pseudoElement-get-animations.html
--- a/dom/animation/test/css-animations/test_pseudoElement-get-animations.html
+++ b/dom/animation/test/css-animations/test_pseudoElement-get-animations.html
@@ -63,13 +63,13 @@ test(t => {
   assert_equals(anims[1].transitionProperty, 'width',
                 '2nd animation is the 2nd transition sorted by name ');
   assert_equals(anims[2].animationName, 'anim1',
                 '3rd animation is the 1st animation in animation-name list');
   assert_equals(anims[3].animationName, 'anim2',
                 '4rd animation is the 2nd animation in animation-name list');
   assert_equals(anims[4].id, 'scripted-anim',
                 'Animation added by script appears last');
-}, 'getAnimations returns css transitions/animations, and script-generated ' +
+}, 'getAnimations returns CSS transitions/animations, and script-generated ' +
    'animations in the expected order');
 
 </script>
 </body>