[common][tct-transitions-css3-tests][DPTTIZEN-3208 Change all expected pattern from... 91/253891/1
authorchen <chen89.chen@samsung.com>
Fri, 19 Feb 2021 05:47:00 +0000 (13:47 +0800)
committerchen <chen89.chen@samsung.com>
Fri, 19 Feb 2021 05:47:10 +0000 (13:47 +0800)
Change-Id: Ife9e19fa7254d0de2d7af36c92e3212a87fc95ea
Signed-off-by: chen <chen89.chen@samsung.com>
common/tct-transitions-css3-tests/transitions/csswg/transition-timing-function-001.html

index e1bd140a003f2032b365bf46e994243edbbd5449..1cb3d64c94d821c05b8656bf231a701877c63a44 100755 (executable)
@@ -66,8 +66,8 @@
                 'cubic-bezier(0.1, 1.2, 0.3, 1.4)': 'cubic-bezier(0.1, 1.2, 0.3, 1.4)',
                 // steps
                 'steps(3, start)': 'steps(3, start)',
-                'steps(3, end)': 'steps(3, end)',
-                'steps(3)': 'steps(3, end)',
+                'steps(3, end)': 'steps(3)',
+                'steps(3)': 'steps(3)',
                 // invalid
                 'cubic-bezier(foobar)': defaultValue,
                 'steps(foobar)': defaultValue,