From: qunfang.lin Date: Thu, 24 Dec 2020 07:10:57 +0000 (+0800) Subject: [common][backgrounds][DPTTIZEN-3216, change the expected border-width] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7488d283cfceba3e08612017381ba0096980bdc5;p=test%2Ftct%2Fweb%2Fapi.git [common][backgrounds][DPTTIZEN-3216, change the expected border-width] Change-Id: I78021fc0d26300743cc2ef6c8b10ba02549a9863 Signed-off-by: qunfang.lin --- diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html index f69020eed..8f22a05ec 100755 --- a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html +++ b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html @@ -50,7 +50,7 @@ Authors: test(function () { div.style[headProp("border")] = "0.5px dashed #000"; var borderWidth = GetCurrentStyle("border-width"); - assert_equals(borderWidth, "0.5px", "The border-width value"); + assert_equals(borderWidth, "1px", "The border-width value"); var borderStyle = GetCurrentStyle("border-style"); assert_equals(borderStyle, "dashed", "The border-style value"); var borderColor = GetCurrentStyle("border-color");