Bug 1466031 - Update test description in test_pseudoElement-get-animations.html; r?hiro draft
authorBrian Birtles <birtles@gmail.com>
Fri, 01 Jun 2018 16:28:39 +0900
changeset 802588 6362413cdb8448167a944b50e5beb0e1aedb1b77
parent 802587 f0d29e527d539db53a6f6db4adb8b508e0d933c4
child 802589 2b099c977cbe08f20f13567365561dad25a91ba7
push id111920
push userbmo:bbirtles@mozilla.com
push dateFri, 01 Jun 2018 07:32:08 +0000
reviewershiro
bugs1466031
milestone62.0a1
Bug 1466031 - Update test description in test_pseudoElement-get-animations.html; r?hiro MozReview-Commit-ID: 7krHpSg4FtF
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>