From: chen Date: Fri, 19 Feb 2021 05:47:00 +0000 (+0800) Subject: [common][tct-transitions-css3-tests][DPTTIZEN-3208 Change all expected pattern from... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72156ec1bbf12e3a034184248eccd5ec2ddad23a;p=test%2Ftct%2Fweb%2Fapi.git [common][tct-transitions-css3-tests][DPTTIZEN-3208 Change all expected pattern from 'steps(x, end)' => 'steps(x)'] Change-Id: Ife9e19fa7254d0de2d7af36c92e3212a87fc95ea Signed-off-by: chen --- diff --git a/common/tct-transitions-css3-tests/transitions/csswg/transition-timing-function-001.html b/common/tct-transitions-css3-tests/transitions/csswg/transition-timing-function-001.html index e1bd140a0..1cb3d64c9 100755 --- a/common/tct-transitions-css3-tests/transitions/csswg/transition-timing-function-001.html +++ b/common/tct-transitions-css3-tests/transitions/csswg/transition-timing-function-001.html @@ -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,