[common][tct-animations-css3-tests][DPTTIZEN-3210 Change all expected pattern from... 89/253889/1
authorchen <chen89.chen@samsung.com>
Fri, 19 Feb 2021 05:37:50 +0000 (13:37 +0800)
committerchen <chen89.chen@samsung.com>
Fri, 19 Feb 2021 05:41:17 +0000 (13:41 +0800)
Change-Id: Ib066666c97b2b55967524a343dbdebb7b8f74104
Signed-off-by: chen <chen89.chen@samsung.com>
common/tct-animations-css3-tests/animations/CSS3Animations_animation-timing-function_steps_end.html

index af4f9d07b5935522bd1d828b10837ef5bfd7c5ab..55ed66582da5cb456d08aeecb334422386849c32 100755 (executable)
@@ -47,9 +47,9 @@ Authors:
     <script>
         test(function(){
             var div = document.querySelector("#testDiv");
-            div.style[headProp("animationTimingFunction")] = "steps(5, end)";
+            div.style[headProp("animationTimingFunction")] = "steps(5)";
             var cStyle = GetCurrentStyle("animationTimingFunction");
-            assert_equals(cStyle, "steps(5, end)", "The value of animation-timing-function property");
+            assert_equals(cStyle, "steps(5)", "The value of animation-timing-function property");
         }, document.title);
     </script>
   </body>